summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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--;