Fix grammar error and trailing newline.

Submitted by:	danfe
MFC after:	3 days
This commit is contained in:
bdrewery 2014-04-23 02:21:17 +00:00
parent f2c38095da
commit 9c2b40ff13

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