Correct grammar in comment.

This commit is contained in:
Kris Kennaway 2001-03-04 07:14:11 +00:00
parent c21f532945
commit b5bc4b5cb2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73427

View File

@ -393,9 +393,9 @@ hexdump ( bp, len )
int i, j;
/*
* Print as 4 groups of four bytes. Each byte separated
* by space, each block of four separated, and two blocks`
* of eight also separated.
* Print as 4 groups of four bytes. Each byte is separated
* by a space, each block of four is separated, and two blocks
* of eight are also separated.
*/
for ( i = 0; i < len; i += 16 ) {
if ( Log )