diff options
Diffstat (limited to 'sys/arch/mac68k/dev/adb_direct.c')
-rw-r--r-- | sys/arch/mac68k/dev/adb_direct.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/dev/adb_direct.c b/sys/arch/mac68k/dev/adb_direct.c index 6ac6c9c553e..3200c91a940 100644 --- a/sys/arch/mac68k/dev/adb_direct.c +++ b/sys/arch/mac68k/dev/adb_direct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adb_direct.c,v 1.12 2003/03/14 10:47:36 miod Exp $ */ +/* $OpenBSD: adb_direct.c,v 1.13 2003/11/03 06:43:02 david Exp $ */ /* $NetBSD: adb_direct.c,v 1.5 1997/04/21 18:04:28 scottr Exp $ */ /* From: adb_direct.c 2.02 4/18/97 jpw */ @@ -2169,7 +2169,7 @@ mrg_pmintr(void) /* we don't do this yet */ } #endif -/* caller should really use machine-independant version: getPramTime */ +/* caller should really use machine-independent version: getPramTime */ /* this version does pseudo-adb access only */ int adb_read_date_time(unsigned long *time) @@ -2223,7 +2223,7 @@ adb_read_date_time(unsigned long *time) } } -/* caller should really use machine-independant version: setPramTime */ +/* caller should really use machine-independent version: setPramTime */ /* this version does pseudo-adb access only */ int adb_set_date_time(unsigned long time) |