From 89d703e5acbf424bcce3cbf164868234a0b81eed Mon Sep 17 00:00:00 2001 From: pfg Date: Thu, 9 Jun 2016 16:29:19 +0000 Subject: [PATCH] MFC r301513: indent(1): Fix old typo. It's typedef, not typdef. Obtained from: NetBSD (CVS rev. 1.14) git-svn-id: svn://svn.freebsd.org/base/stable/10@301743 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/indent/lexi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index b3604c642..1200a394d 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}, -- 2.45.0