svn commit: r208285 - head/sys/powerpc/powermac

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed May 19 01:37:47 UTC 2010


Author: nwhitehorn
Date: Wed May 19 01:37:47 2010
New Revision: 208285
URL: http://svn.freebsd.org/changeset/base/208285

Log:
  Correct a typo.
  
  Pointy hat to:	me

Modified:
  head/sys/powerpc/powermac/cpcht.c

Modified: head/sys/powerpc/powermac/cpcht.c
==============================================================================
--- head/sys/powerpc/powermac/cpcht.c	Wed May 19 00:35:47 2010	(r208284)
+++ head/sys/powerpc/powermac/cpcht.c	Wed May 19 01:37:47 2010	(r208285)
@@ -622,7 +622,7 @@ struct openpic_cpcht_softc {
 static driver_t openpic_cpcht_driver = {
 	"htpic",
 	openpic_cpcht_methods,
-	sizeof(struct openpic_softc),
+	sizeof(struct openpic_cpcht_softc),
 };
 
 DRIVER_MODULE(openpic, unin, openpic_cpcht_driver, openpic_devclass, 0, 0);


More information about the svn-src-all mailing list