summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq_asm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
index be0bcbb859..8d4535ddc5 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
+++ b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
@@ -28,7 +28,7 @@
#define FRM_SIZ (16+512)
#define SSE_OFF 16
#else
-#define FRM_SIZ 16
+#define FRM_SIZ 16
#endif
BEGIN_CODE
@@ -137,7 +137,7 @@ SYM (_ISR_Handler):
/*
* We want to insure that the old stack pointer is in ebp
- * By saving it on every interrupt, all we have to do is
+ * By saving it on every interrupt, all we have to do is
* movl ebp->esp near the end of every interrupt.
*/