svn commit: r208421 - projects/ppc64/sys/powerpc/powermac
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat May 22 21:34:15 UTC 2010
Author: nwhitehorn
Date: Sat May 22 21:34:14 2010
New Revision: 208421
URL: http://svn.freebsd.org/changeset/base/208421
Log:
Correct typo
Modified:
projects/ppc64/sys/powerpc/powermac/cpcht.c
Modified: projects/ppc64/sys/powerpc/powermac/cpcht.c
==============================================================================
--- projects/ppc64/sys/powerpc/powermac/cpcht.c Sat May 22 20:19:12 2010 (r208420)
+++ projects/ppc64/sys/powerpc/powermac/cpcht.c Sat May 22 21:34:14 2010 (r208421)
@@ -624,7 +624,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-projects
mailing list