summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-11-12 19:45:54 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-11-12 19:45:54 +0000
commitd1f9f010ab1aaa3c043c907e63709b1222b2364e (patch)
treed7238e8200e9b97b2da9873eb72115efa6c01824 /sys
parentb2cc22e7fe05a36fb0d2ec86ab2cca6eef3ec728 (diff)
typo
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mips64/include/trap.h4
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 */