diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-09-02 21:18:09 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-09-02 21:18:09 +0000 |
commit | 34bab3a7fcc73c4a4de55b918cebcbbcc95ff927 (patch) | |
tree | 49aac16656a08b509c0a524188abed4f252abddd /sys/arch/sh | |
parent | 7c03efac9552f034c09b8ba1503dca48aa5b662f (diff) |
Fix typos in comments: soruce -> source
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/include/vmparam.h | 4 | ||||
-rw-r--r-- | sys/arch/sh/sh/clock.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sh/include/vmparam.h b/sys/arch/sh/include/vmparam.h index 0d627575faa..4269cdbb5f6 100644 --- a/sys/arch/sh/include/vmparam.h +++ b/sys/arch/sh/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.3 2007/05/20 20:16:08 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.4 2007/09/02 21:18:08 hshoexer Exp $ */ /* $NetBSD: vmparam.h,v 1.17 2006/03/04 01:55:03 uwe Exp $ */ /*- @@ -51,7 +51,7 @@ /* top of stack */ #define USRSTACK VM_MAXUSER_ADDRESS -/* Virtual memory resoruce limit. */ +/* Virtual memory resource limit. */ #define MAXTSIZ (64 * 1024 * 1024) /* max text size */ #ifndef MAXDSIZ #define MAXDSIZ (512 * 1024 * 1024) /* max data size */ diff --git a/sys/arch/sh/sh/clock.c b/sys/arch/sh/sh/clock.c index 15e3ea1b143..3c7c44fed86 100644 --- a/sys/arch/sh/sh/clock.c +++ b/sys/arch/sh/sh/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.4 2007/06/21 04:43:33 miod Exp $ */ +/* $OpenBSD: clock.c,v 1.5 2007/09/02 21:18:08 hshoexer Exp $ */ /* $NetBSD: clock.c,v 1.32 2006/09/05 11:09:36 uwe Exp $ */ /*- @@ -63,7 +63,7 @@ * OpenBSD/sh clock module * + default 64Hz * + use TMU channel 0 as clock interrupt source. - * + use TMU channel 1 and 2 as emulated software interrupt soruce. + * + use TMU channel 1 and 2 as emulated software interrupt source. * + If RTC module is active, TMU channel 0 input source is RTC output. * (1.6384kHz) */ |