X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlibapi%2Fapi_common.h;h=497a1e8bd1693ecf30ae9f3d099d13f8fe1f97fd;hb=94495f2a6a68ac2202b7715ce09620f1ba6fe673;hp=94320826f3dcaf09f4a6220b37c1ac390ac6b585;hpb=84db4087fa38b8d4c62cbb0787d600950638034c;p=vpp.git diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h index 94320826f3d..497a1e8bd16 100644 --- a/src/vlibapi/api_common.h +++ b/src/vlibapi/api_common.h @@ -64,7 +64,7 @@ typedef struct vl_api_registration_ u32 clib_file_index; /**< Socket only: file index */ i8 *unprocessed_input; /**< Socket only: pending input */ u32 unprocessed_msg_length; /**< Socket only: unprocssed length */ - u8 *output_vector; /**< Socket only: output vecto */ + u8 *output_vector; /**< Socket only: output vector */ int *additional_fds_to_close; /* socket client only */