Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn26/acorn26 Add some commas to make a comment m...
details: https://anonhg.NetBSD.org/src/rev/7409105f2b14
branches: trunk
changeset: 555821:7409105f2b14
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Nov 29 22:26:17 2003 +0000
description:
Add some commas to make a comment more readable.
diffstat:
sys/arch/acorn26/acorn26/locore.S | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 936cc1abe49e -r 7409105f2b14 sys/arch/acorn26/acorn26/locore.S
--- a/sys/arch/acorn26/acorn26/locore.S Sat Nov 29 22:21:29 2003 +0000
+++ b/sys/arch/acorn26/acorn26/locore.S Sat Nov 29 22:26:17 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.5 2003/05/31 00:36:46 kristerw Exp $ */
+/* $NetBSD: locore.S,v 1.6 2003/11/29 22:26:17 bjh21 Exp $ */
/*
* Copyright (c) 1998, 1999, 2000 Ben Harris
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -118,8 +118,8 @@
* These take an exception and get up into a state to enter the kernel
* proper. This currently involves fixing up the return address (to
* point to the faulting instruction in all cases), pushing a
- * trapframe onto the stack, calling the C handler restoring the
- * (possibly modified) trapframe and returning to userland.
+ * trapframe onto the stack, calling the C handler, restoring the
+ * (possibly modified) trapframe, and returning to userland.
*/
#define TRAP_REGS r0-r14
.macro HANDLER handler, lr_fixup
@@ -453,4 +453,4 @@
.global _C_LABEL(eintrcnt)
_C_LABEL(eintrcnt):
-RCSID("$NetBSD: locore.S,v 1.5 2003/05/31 00:36:46 kristerw Exp $")
+RCSID("$NetBSD: locore.S,v 1.6 2003/11/29 22:26:17 bjh21 Exp $")
Home |
Main Index |
Thread Index |
Old Index