svn commit: r266026 - stable/10/sys/kern

Bryan Drewery bdrewery at FreeBSD.org
Wed May 14 15:21:28 UTC 2014


Author: bdrewery
Date: Wed May 14 15:21:27 2014
New Revision: 266026
URL: http://svnweb.freebsd.org/changeset/base/266026

Log:
  MFC r264795:
  
    Fix grammar error and trailing newline.

Modified:
  stable/10/sys/kern/subr_prf.c

Modified: stable/10/sys/kern/subr_prf.c
==============================================================================
--- stable/10/sys/kern/subr_prf.c	Wed May 14 15:19:52 2014	(r266025)
+++ stable/10/sys/kern/subr_prf.c	Wed May 14 15:21:27 2014	(r266026)
@@ -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-stable-10 mailing list