Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 02:21:17 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264795 - head/sys/kern
Message-ID:  <201404230221.s3N2LHj4065220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
 	}
 }
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404230221.s3N2LHj4065220>