diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-09-15 14:55:31 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-09-15 14:55:31 +0000 |
commit | 230248a5ca884e9433368237e84321d156942169 (patch) | |
tree | 7ee7b955c68c56359b76f2fb5d129511de0b2a4f /sys/arch/hppa | |
parent | 108d9cfcb386f7c605eb46d22d8129f639afb2bd (diff) |
realy -> really in comments. Most reported on tech@ by Jung.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/trap.c | 4 |
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) */ |