Fix grammar error and trailing newline.

Submitted by:	danfe
MFC after:	3 days
This commit is contained in:
Bryan Drewery 2014-04-23 02:21:17 +00:00
parent 192daa5d18
commit 2809a6dfa4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264795

View File

@ -914,7 +914,7 @@ reswitch: switch (ch = (u_char)*fmt++) {
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");
}
}