From 2809a6dfa483234bcffa52fda9ee895157086f0f Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 23 Apr 2014 02:21:17 +0000 Subject: [PATCH] Fix grammar error and trailing newline. Submitted by: danfe MFC after: 3 days --- sys/kern/subr_prf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 3dbff6d50c9..28e33a4b4b2 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -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, const char *hdr, int flags) printf("\n"); } } -