]> git.droids-corp.org - dpdk.git/blobdiff - examples/multi_process/l2fwd_fork/flib.h
ethdev: introduce Rx queue offloads API
[dpdk.git] / examples / multi_process / l2fwd_fork / flib.h
index 711e3b6d0715583a2391c0c3555df13f145a7f31..1064c9bbd63e890da59fcd7995ff667ccdbecfda 100644 (file)
@@ -120,7 +120,7 @@ int flib_register_slave_exit_notify(unsigned slave_id,
 /**
  * Assign a lcore ID to non-slave thread.  Non-slave thread refers to thread that
  * not created by function rte_eal_remote_launch or rte_eal_mp_remote_launch.
- * These threads can either bind lcore or float among differnt lcores.
+ * These threads can either bind lcore or float among different lcores.
  * This lcore ID will be unique in multi-thread or multi-process DPDK running
  * environment, then it can benefit from using the cache mechanism provided in
  * mempool library.