summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/hppa/trap.c4
1 files changed, 2 insertions, 2 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)
*/