diff options
Diffstat (limited to 'kernel/isrs.S')
-rw-r--r-- | kernel/isrs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/isrs.S b/kernel/isrs.S index f6bd662..ec539f2 100644 --- a/kernel/isrs.S +++ b/kernel/isrs.S @@ -183,7 +183,7 @@ isr_restore: /* ** DEBUGGING CODE PART 1 ** -** This code will execute during each context restore, and +** This code will execute during each context restore, and ** should be modified to print out whatever debugging information ** is desired. ** |