svn commit: r264795 - head/sys/kern

Bryan Drewery bdrewery at FreeBSD.org
Wed Apr 23 02:21:18 UTC 2014


Author: bdrewery
Date: Wed Apr 23 02:21:17 2014
New Revision: 264795
URL: http://svnweb.freebsd.org/changeset/base/264795

Log:
  Fix grammar error and trailing newline.
  
  Submitted by:	danfe
  MFC after:	3 days

Modified:
  head/sys/kern/subr_prf.c

Modified: head/sys/kern/subr_prf.c
==============================================================================
--- head/sys/kern/subr_prf.c	Wed Apr 23 02:01:22 2014	(r264794)
+++ head/sys/kern/subr_prf.c	Wed Apr 23 02:21:17 2014	(r264795)
@@ -914,7 +914,7 @@ number:
 			while (percent < fmt)
 				PCHAR(*percent++);
 			/*
-			 * Since we ignore an formatting argument it is no 
+			 * Since we ignore a formatting argument it is no 
 			 * longer safe to obey the remaining formatting
 			 * arguments as the arguments will no longer match
 			 * the format specs.
@@ -1122,4 +1122,3 @@ hexdump(const void *ptr, int length, con
 		printf("\n");
 	}
 }
-


More information about the svn-src-head mailing list