Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi "successfully" spell "succesfully" in a comment.



details:   https://anonhg.NetBSD.org/src/rev/28403b66b4ac
branches:  trunk
changeset: 767372:28403b66b4ac
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Jul 17 02:32:01 2011 +0000

description:
"successfully" spell "succesfully" in a comment.

diffstat:

 sys/dev/acpi/acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d31a0e0469df -r 28403b66b4ac sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Sun Jul 17 01:37:32 2011 +0000
+++ b/sys/dev/acpi/acpi.c       Sun Jul 17 02:32:01 2011 +0000
@@ -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.
         */



Home | Main Index | Thread Index | Old Index