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}, _______________________________________________ svn-src-stable-9@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"