diff options
author | kris <kris@FreeBSD.org> | 2001-03-04 07:14:11 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-04 07:14:11 +0000 |
commit | 061ac20333d23b0d3eaa38156f3dc6bb0dd61de1 (patch) | |
tree | fc35938c96e29638695913e2d865d07e0eef17e9 /sbin | |
parent | 3f99913eea9f9a87d7abeac64d6ca1e42d2a4f23 (diff) | |
download | FreeBSD-src-061ac20333d23b0d3eaa38156f3dc6bb0dd61de1.zip FreeBSD-src-061ac20333d23b0d3eaa38156f3dc6bb0dd61de1.tar.gz |
Correct grammar in comment.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/atm/ilmid/ilmid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index c6fad77..d3e550b 100644 --- a/sbin/atm/ilmid/ilmid.c +++ b/sbin/atm/ilmid/ilmid.c @@ -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 ) |