Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2010 19:52:14 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r214998 - head/sys/dev/acpica
Message-ID:  <201011081952.oA8JqE1n049439@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Nov  8 19:52:14 2010
New Revision: 214998
URL: http://svn.freebsd.org/changeset/base/214998

Log:
  Consistently use padding `_' in the comment.

Modified:
  head/sys/dev/acpica/acpi.c

Modified: head/sys/dev/acpica/acpi.c
==============================================================================
--- head/sys/dev/acpica/acpi.c	Mon Nov  8 19:36:00 2010	(r214997)
+++ head/sys/dev/acpica/acpi.c	Mon Nov  8 19:52:14 2010	(r214998)
@@ -1693,7 +1693,7 @@ acpi_probe_child(ACPI_HANDLE handle, UIN
 	    /*
 	     * Since we scan from \, be sure to skip system scope objects.
 	     * \_SB_ and \_TZ_ are defined in ACPICA as devices to work around
-	     * BIOS bugs.  For example, \_SB_ is to allow \_SB._INI to be run
+	     * BIOS bugs.  For example, \_SB_ is to allow \_SB_._INI to be run
 	     * during the intialization and \_TZ_ is to support Notify() on it.
 	     */
 	    if (strcmp(handle_str, "\\_SB_") == 0 ||



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011081952.oA8JqE1n049439>