Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Fix xref in a comment.



details:   https://anonhg.NetBSD.org/src/rev/1ae83628d86f
branches:  trunk
changeset: 757004:1ae83628d86f
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Aug 10 05:22:07 2010 +0000

description:
Fix xref in a comment.

diffstat:

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

diffs (27 lines):

diff -r 03c134ee6b5a -r 1ae83628d86f sys/dev/acpi/acpi_cpu_cstate.c
--- a/sys/dev/acpi/acpi_cpu_cstate.c    Tue Aug 10 04:38:06 2010 +0000
+++ b/sys/dev/acpi/acpi_cpu_cstate.c    Tue Aug 10 05:22:07 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_cpu_cstate.c,v 1.20 2010/08/10 04:38:06 jruoho Exp $ */
+/* $NetBSD: acpi_cpu_cstate.c,v 1.21 2010/08/10 05:22:07 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
@@ -27,7 +27,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_cpu_cstate.c,v 1.20 2010/08/10 04:38:06 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_cpu_cstate.c,v 1.21 2010/08/10 05:22:07 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>
@@ -219,7 +219,7 @@
        int rv;
 
        /*
-        * Save the existing idle-mechanism and claim the idle_loop(9).
+        * Save the existing idle-mechanism and claim the cpu_idle(9).
         * This should be called after all ACPI CPUs have been attached.
         */
        rv = RUN_ONCE(&once_start, acpicpu_md_idle_start);



Home | Main Index | Thread Index | Old Index