]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_barrier.c
app/test: count tests skipped at setup
[dpdk.git] / app / test / test_barrier.c
index 6d6d48749cdc093da323149ca27bfac67d287a7e..ec69af25bffcbda6ced0bf1bcb32665ade16fce2 100644 (file)
@@ -11,7 +11,7 @@
   * (https://en.wikipedia.org/wiki/Peterson%27s_algorithm)
   * for two execution units to make sure that rte_smp_mb() prevents
   * store-load reordering to happen.
-  * Also when executed on a single lcore could be used as a approxiamate
+  * Also when executed on a single lcore could be used as a approximate
   * estimation of number of cycles particular implementation of rte_smp_mb()
   * will take.
   */