Module Name: src
Committed By: andvar
Date: Fri Sep 20 19:32:19 UTC 2024
Modified Files:
src/sys/arch/hpcsh/dev: psh3pwr.c
Log Message:
s/regisiter/register/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/sys/arch/hpcsh/dev/psh3pwr.c:1.8
--- src/sys/arch/hpcsh/dev/psh3pwr.c:1.7 Fri May 10 20:08:04 2024
+++ src/sys/arch/hpcsh/dev/psh3pwr.c Fri Sep 20 19:32:19 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: psh3pwr.c,v 1.7 2024/05/10 20:08:04 andvar Exp $ */
+/* $NetBSD: psh3pwr.c,v 1.8 2024/09/20 19:32:19 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.7 2024/05/10 20:08:04 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: psh3pwr.c,v 1.8 2024/09/20 19:32:19 andvar Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -139,7 +139,7 @@ psh3pwr_attach(device_t parent, device_t
config_hook(CONFIG_HOOK_GET, CONFIG_HOOK_BATTERYVAL,
CONFIG_HOOK_EXCLUSIVE, psh3pwr_apm_getpower_hook, sc);
- /* regisiter sleep function to APM */
+ /* register sleep function to APM */
__sleep_func = psh3pwr_sleep;
__sleep_ctx = self;