summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-09-15 14:55:31 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-09-15 14:55:31 +0000
commit230248a5ca884e9433368237e84321d156942169 (patch)
tree7ee7b955c68c56359b76f2fb5d129511de0b2a4f /sys/arch
parent108d9cfcb386f7c605eb46d22d8129f639afb2bd (diff)
realy -> really in comments. Most reported on tech@ by Jung.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/hppa/trap.c4
-rw-r--r--sys/arch/hppa64/hppa64/trap.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c
index e46657eae59..6c77d3d6982 100644
--- a/sys/arch/hppa/hppa/trap.c
+++ b/sys/arch/hppa/hppa/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.99 2007/05/14 19:54:21 martin Exp $ */
+/* $OpenBSD: trap.c,v 1.100 2007/09/15 14:55:30 krw Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -547,7 +547,7 @@ if (kdb_trap (type, va, frame))
/*
* in case we were interrupted from the syscall gate page
- * treat this as we were not realy running user code no more
+ * treat this as we were not really running user code no more
* for weird things start to happen on return to the userland
* and also see a note in locore.S:TLABEL(all)
*/
diff --git a/sys/arch/hppa64/hppa64/trap.c b/sys/arch/hppa64/hppa64/trap.c
index 63b57f6886b..e045b1f6205 100644
--- a/sys/arch/hppa64/hppa64/trap.c
+++ b/sys/arch/hppa64/hppa64/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.7 2007/03/15 10:22:29 art Exp $ */
+/* $OpenBSD: trap.c,v 1.8 2007/09/15 14:55:30 krw Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -531,7 +531,7 @@ if (kdb_trap (type, va, frame))
/*
* in case we were interrupted from the syscall gate page
- * treat this as we were not realy running user code no more
+ * treat this as we were not really running user code no more
* for weird things start to happen on return to the userland
* and also see a note in locore.S:TLABEL(all)
*/