doc: Fix typo in description of microkernel semaphores

Change-Id: Iaa5e511aa0ca901fcf2f57f49dd4816898fada37
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-10-30 15:46:47 -04:00 committed by Anas Nashif
commit 6fe1e2357f

View file

@ -106,7 +106,7 @@ includes the file :file:`zephyr.h`.
Private Semaphore
-----------------
Define the semaphore a source file using the following syntax:
Define the semaphore in a source file using the following syntax:
.. code-block:: c