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");
        }
 }
-
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to