summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-05-14 15:21:27 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-05-14 15:21:27 +0000
commitc8a6d26c3cb398551768cd23ce6b3bea7011f3a2 (patch)
treeb8f4c45e55a4636f9c443f30c8d1233e1b3f76e8
parent729b1e09feaecf86a7b5a176fd792e80197c2217 (diff)
downloadFreeBSD-src-c8a6d26c3cb398551768cd23ce6b3bea7011f3a2.zip
FreeBSD-src-c8a6d26c3cb398551768cd23ce6b3bea7011f3a2.tar.gz
MFC r264795:
Fix grammar error and trailing newline.
-rw-r--r--sys/kern/subr_prf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c
index 3dbff6d..28e33a4 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");
}
}
-
OpenPOWER on IntegriCloud