Module Name:    src
Committed By:   jakllsch
Date:           Sun Jul 17 02:32:01 UTC 2011

Modified Files:
        src/sys/dev/acpi: acpi.c

Log Message:
"successfully" spell "succesfully" in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/sys/dev/acpi/acpi.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/dev/acpi/acpi.c
diff -u src/sys/dev/acpi/acpi.c:1.246 src/sys/dev/acpi/acpi.c:1.247
--- src/sys/dev/acpi/acpi.c:1.246	Tue Jun 21 03:37:21 2011
+++ src/sys/dev/acpi/acpi.c	Sun Jul 17 02:32:01 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: acpi.c,v 1.246 2011/06/21 03:37:21 jruoho Exp $	*/
+/*	$NetBSD: acpi.c,v 1.247 2011/07/17 02:32:01 jakllsch Exp $	*/
 
 /*-
  * Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.246 2011/06/21 03:37:21 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.247 2011/07/17 02:32:01 jakllsch Exp $");
 
 #include "opt_acpi.h"
 #include "opt_pcifixup.h"
@@ -1035,7 +1035,7 @@
 
 	/*
 	 * We deliver notifications only to drivers
-	 * that have been succesfully attached and
+	 * that have been successfully attached and
 	 * that have registered a handler with us.
 	 * The opaque pointer is always the device_t.
 	 */

Reply via email to