X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fapi%2Fapi.c;h=d69b84fd0b94538e881d2ee47466563e29d51c29;hb=f94c63ea392a79b509a7b8263f5a9372a58786f9;hp=6c06ab4cef395dba2cc83d391ba125f07287c215;hpb=1f806587d8e1d94ee7630cee134fbaae2de2f31e;p=vpp.git diff --git a/src/vpp/api/api.c b/src/vpp/api/api.c index 6c06ab4cef3..d69b84fd0b9 100644 --- a/src/vpp/api/api.c +++ b/src/vpp/api/api.c @@ -56,7 +56,7 @@ #undef BIHASH_TYPE #undef __included_bihash_template_h__ -#include +#include #include @@ -432,7 +432,7 @@ static void setup_message_id_table (api_main_t * am); /* * vpe_api_hookup * Add vpe's API message handlers to the table. - * vlib has alread mapped shared memory and + * vlib has already mapped shared memory and * added the client registration handlers. * See .../open-repo/vlib/memclnt_vlib.c:memclnt_process() */