Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 16:30:27 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r301744 - stable/9/usr.bin/indent
Message-ID:  <201606091630.u59GURdu045176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606091630.u59GURdu045176>