vlib: doc nitfixes 86/33886/2
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Wed, 29 Sep 2021 13:35:31 +0000 (15:35 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 6 Oct 2021 12:27:40 +0000 (12:27 +0000)
Type: improvement

Change-Id: I9e761f908d9d2becbc61eb0515dc6b7c1e1e036f
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/vlib/node_cli.c
src/vlib/unix/cli.c
src/vppinfra/clib.h

index 8cf5794..a2cae36 100644 (file)
@@ -310,7 +310,7 @@ show_node_graphviz (vlib_main_t * vm,
 /*?
  * Dump dot files data to draw a graph of all the nodes.
  * If the argument 'filter' is provided, only the active nodes (since the last
- * "clear run" comand) are selected and they are scaled and colored according
+ * "clear run" command) are selected and they are scaled and colored according
  * to their utilization. You can choose to filter nodes that are called,
  * nodes that receive vectors or both (default).
  * The 'file' option allows to save data in a temp file.
index c7f0bcc..e6f549b 100644 (file)
@@ -3462,7 +3462,7 @@ done:
 
 /*?
  * Executes a sequence of CLI commands which are read from a file. If
- * a command is unrecognised or otherwise invalid then the usual CLI
+ * a command is unrecognized or otherwise invalid then the usual CLI
  * feedback will be generated, however execution of subsequent commands
  * from the file will continue.
  *
index ade7e5f..f0c3aca 100644 (file)
 
 /*
  * Compiler barrier
- *   prevent compiler to reorder memory access accross this boundary
+ *   prevent compiler to reorder memory access across this boundary
  *   prevent compiler to cache values in register (force reload)
  * Not to be confused with CPU memory barrier below
  */