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

View file

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