vlib: doc nitfixes
[vpp.git] / src / vppinfra / clib.h
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
  */