diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2014-08-14 17:55:29 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2014-08-14 17:55:29 +0000 |
commit | ca5c18aad63f7df0713aab80ef56c4a1aecbbf21 (patch) | |
tree | dc1b65e146a0a1980b127b99825e4fbb07eeec6d /sys/arch/mips64 | |
parent | 95d2009df3088ebefe0cb83bb8a02225e2757c53 (diff) |
fixed overrid(d)en typo
millert@ and jmc@ agree that "overriden" is wrong
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index 2629528f2c7..e7fbc1e15b5 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.102 2014/07/11 10:53:07 uebayasi Exp $ */ +/* $OpenBSD: cpu.h,v 1.103 2014/08/14 17:55:28 tobias Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -477,7 +477,7 @@ void cp0_set_trapbase(register_t); u_int cp1_get_prid(void); /* - * Cache routines (may be overriden) + * Cache routines (may be overridden) */ #ifndef Mips_SyncCache |