diff options
author | 2009-11-12 19:45:53 +0000 | |
---|---|---|
committer | 2009-11-12 19:45:53 +0000 | |
commit | 5060888dfbb963e8ab3e9ffb6b0779a265cbe5b2 (patch) | |
tree | 7414514e6b97bdb09fc772af86591ec2c32ea112 | |
parent | memory leaks from by parfait; ok millert jsg (diff) | |
download | wireguard-openbsd-5060888dfbb963e8ab3e9ffb6b0779a265cbe5b2.tar.xz wireguard-openbsd-5060888dfbb963e8ab3e9ffb6b0779a265cbe5b2.zip |
typo
-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 */ |