summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-03-26 12:30:38 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-03-26 12:30:38 +0100
commit3401df05350e6f5b5e99a960f7d2c8bfce0b818f (patch)
tree99b3209f04890fc871c32ae1cbdb20301190d50e
parentbe38d84a4d8e91fce657b6dae1966cf674431e89 (diff)
downloadfreertos-3401df05350e6f5b5e99a960f7d2c8bfce0b818f.tar.gz
freertos-3401df05350e6f5b5e99a960f7d2c8bfce0b818f.tar.bz2
freertos-3401df05350e6f5b5e99a960f7d2c8bfce0b818f.tar.xz
Fix comments
-rw-r--r--Source/portable/SDCC/PIC18/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/portable/SDCC/PIC18/port.c b/Source/portable/SDCC/PIC18/port.c
index 74b53b6d..a308a22c 100644
--- a/Source/portable/SDCC/PIC18/port.c
+++ b/Source/portable/SDCC/PIC18/port.c
@@ -104,7 +104,7 @@ portSTACK_TYPE *pxPortInitialiseStack(portSTACK_TYPE *pxTopOfStack, pdTASK_CODE
*pxTopOfStack = (portSTACK_TYPE) (ulAddress & (unsigned portLONG)0x00ff);
pxTopOfStack--;
- /*Now we save hardware et compiler registers*/
+ /*Now we save hardware and compiler registers*/
*pxTopOfStack = (portSTACK_TYPE)0x00; /* WREG. */
pxTopOfStack--;