summaryrefslogtreecommitdiffstats
path: root/sbin/atm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-03-04 07:14:11 +0000
committerkris <kris@FreeBSD.org>2001-03-04 07:14:11 +0000
commit061ac20333d23b0d3eaa38156f3dc6bb0dd61de1 (patch)
treefc35938c96e29638695913e2d865d07e0eef17e9 /sbin/atm
parent3f99913eea9f9a87d7abeac64d6ca1e42d2a4f23 (diff)
downloadFreeBSD-src-061ac20333d23b0d3eaa38156f3dc6bb0dd61de1.zip
FreeBSD-src-061ac20333d23b0d3eaa38156f3dc6bb0dd61de1.tar.gz
Correct grammar in comment.
Diffstat (limited to 'sbin/atm')
-rw-r--r--sbin/atm/ilmid/ilmid.c6
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 )
OpenPOWER on IntegriCloud