diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-11-09 12:34:48 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-11-09 12:34:48 +0000 |
commit | be7cd0fdfd40b4f306a204fdbb31aa7cdd7efec5 (patch) | |
tree | 4fe9d2f1e49c671b752057aab4fa2bc1244686ca /sys/arch | |
parent | 352034d0e7596f5f8516e2e1c106775372f16180 (diff) |
typo fixed (overriden -> overridden)
ok espie, jmc
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/mac68k/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 4d37aaeab23..3eb2c4d2ea9 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.146 2008/06/27 17:22:14 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.147 2008/11/09 12:34:47 tobias Exp $ */ /* $NetBSD: machdep.c,v 1.207 1998/07/08 04:39:34 thorpej Exp $ */ /* @@ -1604,7 +1604,7 @@ mac68k_set_io_offsets(base) case MACH_CLASSQ: Via1Base = (volatile u_char *)base; - /* The following two may be overriden. */ + /* The following two may be overridden. */ sccA = (volatile u_char *)base + 0xc000; SCSIBase = base + 0xf000; |