aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/clib.h
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2021-09-29 15:35:31 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-10-06 12:27:40 +0000
commitecd6b1a985acd8e0256a170f1fe1f7e38df8c420 (patch)
treeefa0bcfa0f364d529fba9800dd9c1924219e0278 /src/vppinfra/clib.h
parent6f38f1ca0869196815f87daf36811534606d2a4d (diff)
vlib: doc nitfixes
Type: improvement Change-Id: I9e761f908d9d2becbc61eb0515dc6b7c1e1e036f Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/vppinfra/clib.h')
-rw-r--r--src/vppinfra/clib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/clib.h b/src/vppinfra/clib.h
index ade7e5fa4bb..f0c3aca1e03 100644
--- a/src/vppinfra/clib.h
+++ b/src/vppinfra/clib.h
@@ -127,7 +127,7 @@
/*
* 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
*/