]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/service_cores.rst
doc: fix typo in prog guide
[dpdk.git] / doc / guides / prog_guide / service_cores.rst
index 3a029ba9c4081fd4498deea056d3b0e4192cc248..5a8d8941aa6279cdad9d52d9de0d05ac7d015040 100644 (file)
@@ -55,7 +55,7 @@ Service Core Initialization
 There are two methods to having service cores in a DPDK application, either by
 using the service coremask, or by dynamically adding cores using the API.
 The simpler of the two is to pass the `-s` coremask argument to EAL, which will
-take any cores available in the main DPDK coremask, an if the bits are also set
+take any cores available in the main DPDK coremask, and if the bits are also set
 in the service coremask the cores become service-cores instead of DPDK
 application lcores.