summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-04 02:21:06 +0000
committereadler <eadler@FreeBSD.org>2013-03-04 02:21:06 +0000
commit2a993211653ff0a4aa7c38661ce0fc04a0a415e8 (patch)
treefab69dd36b357afd0290508027ab553592a8fe7f /usr.bin/hexdump
parentccc856324845d0f873bb845c6d879210f8f7ebed (diff)
downloadFreeBSD-src-2a993211653ff0a4aa7c38661ce0fc04a0a415e8.zip
FreeBSD-src-2a993211653ff0a4aa7c38661ce0fc04a0a415e8.tar.gz
Fix typo ('1' != 'l')
PR: bin/175975 Submitted by: William Ahern <william@25thandclement.com> Approved by: cperciva (mentor)
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c
index 2253dff..8ba1311 100644
--- a/usr.bin/hexdump/conv.c
+++ b/usr.bin/hexdump/conv.c
@@ -151,7 +151,7 @@ conv_u(PR *pr, u_char *p)
static char const * list[] = {
"nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",
"bs", "ht", "lf", "vt", "ff", "cr", "so", "si",
- "dle", "dcl", "dc2", "dc3", "dc4", "nak", "syn", "etb",
+ "dle", "dc1", "dc2", "dc3", "dc4", "nak", "syn", "etb",
"can", "em", "sub", "esc", "fs", "gs", "rs", "us",
};
OpenPOWER on IntegriCloud