diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mips64/include/trap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/trap.h b/sys/arch/mips64/include/trap.h index 413a7c1ef6a..9cbfd10297a 100644 --- a/sys/arch/mips64/include/trap.h +++ b/sys/arch/mips64/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.10 2009/10/22 22:08:52 miod Exp $ */ +/* $OpenBSD: trap.h,v 1.11 2009/11/12 19:45:53 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -72,7 +72,7 @@ #define T_USER 0x20 /* user-mode flag or'ed with type */ /* - * Defines for trap handler catching kernel accessng memory. + * Defines for trap handler catching kernel accessing memory. */ #define KT_COPYERR 1 /* User space copy error */ #define KT_KCOPYERR 2 /* Kernel space copy error */ |