summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-06-06 16:10:52 +0000
committerpfg <pfg@FreeBSD.org>2016-06-06 16:10:52 +0000
commitc7d8c5362d057595b90514d7e09302c56d6891cb (patch)
treefcf891e845dbe75ea22e55d3d32a24ef59ce0990 /usr.bin
parentca53d769ad10476d203c5cfa9b8ecf93f0bbbdcd (diff)
downloadFreeBSD-src-c7d8c5362d057595b90514d7e09302c56d6891cb.zip
FreeBSD-src-c7d8c5362d057595b90514d7e09302c56d6891cb.tar.gz
indent(1): Fix typo.
It's typedef, not typdef. Obtained from: OpenBSD (CVS rev. 1.20) MFC after: 3 days
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/indent/lexi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c
index b3604c6..1200a39 100644
--- a/usr.bin/indent/lexi.c
+++ b/usr.bin/indent/lexi.c
@@ -79,7 +79,7 @@ struct templ specials[1000] =
{"double", 4},
{"long", 4},
{"short", 4},
- {"typdef", 4},
+ {"typedef", 4},
{"unsigned", 4},
{"register", 4},
{"static", 4},
OpenPOWER on IntegriCloud