svn commit: r301744 - stable/9/usr.bin/indent
Pedro F. Giffuni
pfg at FreeBSD.org
Thu Jun 9 16:30:28 UTC 2016
Author: pfg
Date: Thu Jun 9 16:30:27 2016
New Revision: 301744
URL: https://svnweb.freebsd.org/changeset/base/301744
Log:
MFC r301513:
indent(1): Fix old typo.
It's typedef, not typdef.
Obtained from: NetBSD (CVS rev. 1.14)
Modified:
stable/9/usr.bin/indent/lexi.c
Directory Properties:
stable/9/usr.bin/indent/ (props changed)
Modified: stable/9/usr.bin/indent/lexi.c
==============================================================================
--- stable/9/usr.bin/indent/lexi.c Thu Jun 9 16:29:19 2016 (r301743)
+++ stable/9/usr.bin/indent/lexi.c Thu Jun 9 16:30:27 2016 (r301744)
@@ -79,7 +79,7 @@ struct templ specials[1000] =
{"double", 4},
{"long", 4},
{"short", 4},
- {"typdef", 4},
+ {"typedef", 4},
{"unsigned", 4},
{"register", 4},
{"static", 4},
More information about the svn-src-stable-9
mailing list