doc: fix glaring typo in polling doc

Change-Id: I5e281d57cf8a9a7c9bf784f96b91d12988898a5f
Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
This commit is contained in:
Benjamin Walsh 2017-02-24 15:24:48 -05:00
commit 97f4a48182

View file

@ -61,7 +61,7 @@ ownership of the semaphore. If the semaphore is contested, there is no
guarantee that it will be still available when :cpp:func:`k_sem_give()` is
called.
Implementatioe
Implementation
**************
Using k_poll()