summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-06-09 16:29:19 +0000
committerpfg <pfg@FreeBSD.org>2016-06-09 16:29:19 +0000
commitd6af636d8b6ddc28d89306a39321ea1a197ce555 (patch)
tree0395cb9690dea64f5c77ec92c12da9068fa054ca /usr.bin
parentc372ce75dc97bf83867a36ec0b0aa3200b168df5 (diff)
downloadFreeBSD-src-d6af636d8b6ddc28d89306a39321ea1a197ce555.zip
FreeBSD-src-d6af636d8b6ddc28d89306a39321ea1a197ce555.tar.gz
MFC r301513:
indent(1): Fix old typo. It's typedef, not typdef. Obtained from: NetBSD (CVS rev. 1.14)
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