aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/api/api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/api/api.c')
-rw-r--r--src/vpp/api/api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/api/api.c b/src/vpp/api/api.c
index 6c06ab4cef3..f7643f423f3 100644
--- a/src/vpp/api/api.c
+++ b/src/vpp/api/api.c
@@ -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()
*/