Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcsh/dev Fix two typos.
details: https://anonhg.NetBSD.org/src/rev/4a1389b59770
branches: trunk
changeset: 588818:4a1389b59770
user: peter <peter%NetBSD.org@localhost>
date: Sat Mar 04 17:35:31 2006 +0000
description:
Fix two typos.
diffstat:
sys/arch/hpcsh/dev/j6x0pwr.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r cd3349e60943 -r 4a1389b59770 sys/arch/hpcsh/dev/j6x0pwr.c
--- a/sys/arch/hpcsh/dev/j6x0pwr.c Sat Mar 04 17:33:29 2006 +0000
+++ b/sys/arch/hpcsh/dev/j6x0pwr.c Sat Mar 04 17:35:31 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: j6x0pwr.c,v 1.10 2006/02/26 03:25:44 uwe Exp $ */
+/* $NetBSD: j6x0pwr.c,v 1.11 2006/03/04 17:35:31 peter Exp $ */
/*
* Copyright (c) 2003 Valeriy E. Ushakov
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: j6x0pwr.c,v 1.10 2006/02/26 03:25:44 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: j6x0pwr.c,v 1.11 2006/03/04 17:35:31 peter Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -83,7 +83,7 @@
}
-/* A/D covnerter channels to get power stats from */
+/* A/D converter channels to get power stats from */
#define ADC_CHANNEL_BATTERY 3 /* main battery */
#define ADC_CHANNEL_BACKUP 4 /* backup battery - we don't report it */
#define ADC_CHANNEL_CHARGE 5 /* we use PLDR_BATTERY_CHARGED instead */
@@ -171,7 +171,7 @@
CONFIG_HOOK_EXCLUSIVE,
j6x0pwr_apm_getpower_hook, sc);
- /* regsiter sleep function to APM */
+ /* register sleep function to APM */
__sleep_func = j6x0pwr_sleep;
__sleep_ctx = self;
Home |
Main Index |
Thread Index |
Old Index