spell: fix comment typos: /include

Change-Id: I20d315ef5f8a2da5cfe28b194126907adda9e13c
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-04-18 15:56:26 -07:00 committed by Anas Nashif
commit 8b986d7697
10 changed files with 37 additions and 37 deletions

View file

@ -60,7 +60,7 @@ extern "C" {
* not go through common interrupt handling code. They must be implemented in
* such a way that it is safe to put them directly in the vector table. For
* ISRs written in C, The ISR_DIRECT_DECLARE() macro will do this
* automatically. For ISRs wriiten in assembly it is entirely up to the
* automatically. For ISRs written in assembly it is entirely up to the
* developer to ensure that the right steps are taken.
*
* This type of interrupt currently has a few limitations compared to normal