From: Shreyansh Jain <shreyansh.jain@nxp.com>
Date: Tue, 12 Jul 2016 09:28:26 +0000 (+0530)
Subject: doc: fix grammatical syntax in EAL guide
X-Git-Tag: spdx-start~6141
X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2d6d5ebb9af1626c481e96ef07d4d0b654f2fe6a;p=dpdk.git

doc: fix grammatical syntax in EAL guide

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
---

diff --git a/doc/guides/prog_guide/env_abstraction_layer.rst b/doc/guides/prog_guide/env_abstraction_layer.rst
index 4b9895e438..10a10a8832 100644
--- a/doc/guides/prog_guide/env_abstraction_layer.rst
+++ b/doc/guides/prog_guide/env_abstraction_layer.rst
@@ -341,7 +341,7 @@ Known Issues
       be preempted by another pthread doing a multi-consumer dequeue on
       the same ring.
 
-    Bypassing this constraint it may cause the 2nd pthread to spin until the 1st one is scheduled again.
+    Bypassing this constraint may cause the 2nd pthread to spin until the 1st one is scheduled again.
     Moreover, if the 1st pthread is preempted by a context that has an higher priority, it may even cause a dead lock.
 
   This does not mean it cannot be used, simply, there is a need to narrow down the situation when it is used by multi-pthread on the same core.