svm: refactor fifo chunk tracking
[vpp.git] / src / vpp / app / version.c
index 58ac9ba..db13c86 100644 (file)
@@ -102,7 +102,7 @@ show_vpe_version_command_fn (vlib_main_t * vm,
 }
 
 /*?
- * This commmand displays image version and command line arguments
+ * This command displays image version and command line arguments
  *
  * @cliexpar
  * How to display the image version string:
@@ -138,6 +138,7 @@ VLIB_CLI_COMMAND (show_vpe_version_command, static) = {
   .path = "show version",
   .short_help = "show version [verbose] [cmdline]",
   .function = show_vpe_version_command_fn,
+  .is_mp_safe = 1,
 };
 /* *INDENT-ON* */