svn commit: r188322 - in stable/7/sys: . contrib/pf dev/acpi_support dev/ath/ath_hal dev/cxgb

Rui Paulo rpaulo at FreeBSD.org
Sun Feb 8 11:53:38 PST 2009


Author: rpaulo
Date: Sun Feb  8 19:53:37 2009
New Revision: 188322
URL: http://svn.freebsd.org/changeset/base/188322

Log:
  MFC r181885: Fix typo in comment.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/acpi_support/acpi_asus.c
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/dev/acpi_support/acpi_asus.c
==============================================================================
--- stable/7/sys/dev/acpi_support/acpi_asus.c	Sun Feb  8 19:44:50 2009	(r188321)
+++ stable/7/sys/dev/acpi_support/acpi_asus.c	Sun Feb  8 19:53:37 2009	(r188322)
@@ -286,7 +286,7 @@ static struct acpi_asus_model acpi_asus_
 	},
 	{
 		.name		= "L8L"
-		/* Only has hotkeys, apparantly */
+		/* Only has hotkeys, apparently */
 	},
 	{
 		.name		= "M1A",


More information about the svn-src-all mailing list