svn commit: r199471 - projects/ppc64/sys/kern

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed Nov 18 05:20:41 UTC 2009


Author: nwhitehorn
Date: Wed Nov 18 05:20:40 2009
New Revision: 199471
URL: http://svn.freebsd.org/changeset/base/199471

Log:
  Fix a typo.

Modified:
  projects/ppc64/sys/kern/sys_generic.c

Modified: projects/ppc64/sys/kern/sys_generic.c
==============================================================================
--- projects/ppc64/sys/kern/sys_generic.c	Wed Nov 18 05:18:40 2009	(r199470)
+++ projects/ppc64/sys/kern/sys_generic.c	Wed Nov 18 05:20:40 2009	(r199471)
@@ -913,7 +913,7 @@ kern_select(struct thread *td, int nd, f
 #define swizzle_fdset(bits)
 #endif
 
-	/* Make sure the bit order make it through an ABI transition */
+	/* Make sure the bit order makes it through an ABI transition */
 	swizzle_fdset(ibits[0]);
 	swizzle_fdset(ibits[1]);
 	swizzle_fdset(ibits[2]);


More information about the svn-src-projects mailing list