Module Name:    src
Committed By:   andvar
Date:           Fri May 10 20:08:04 UTC 2024

Modified Files:
        src/sys/arch/hpcsh/dev: psh3pwr.c

Log Message:
s/covnerter/converter/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hpcsh/dev/psh3pwr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hpcsh/dev/psh3pwr.c
diff -u src/sys/arch/hpcsh/dev/psh3pwr.c:1.6 src/sys/arch/hpcsh/dev/psh3pwr.c:1.7
--- src/sys/arch/hpcsh/dev/psh3pwr.c:1.6	Mon Oct 29 12:51:38 2012
+++ src/sys/arch/hpcsh/dev/psh3pwr.c	Fri May 10 20:08:04 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: psh3pwr.c,v 1.6 2012/10/29 12:51:38 chs Exp $	*/
+/*	$NetBSD: psh3pwr.c,v 1.7 2024/05/10 20:08:04 andvar Exp $	*/
 /*
  * Copyright (c) 2005, 2007 KIYOHARA Takashi
  * All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: psh3pwr.c,v 1.6 2012/10/29 12:51:38 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: psh3pwr.c,v 1.7 2024/05/10 20:08:04 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -55,7 +55,7 @@ __KERNEL_RCSID(0, "$NetBSD: psh3pwr.c,v 
 #endif
 
 
-/* A/D covnerter channels to get power stats from */
+/* A/D converter channels to get power stats from */
 #define ADC_CHANNEL_BATTERY	3
 
 /* On/Off bit for Green LED. pin 7 in SH7709 GPIO port H. */

Reply via email to