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"); } } -