Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2014 16:07:34 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274436 - head/lib/libexpat
Message-ID:  <201411121607.sACG7Y7A053128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Wed Nov 12 16:07:33 2014
New Revision: 274436
URL: https://svnweb.freebsd.org/changeset/base/274436

Log:
  Fix spelling and wording.

Modified:
  head/lib/libexpat/Makefile

Modified: head/lib/libexpat/Makefile
==============================================================================
--- head/lib/libexpat/Makefile	Wed Nov 12 14:52:44 2014	(r274435)
+++ head/lib/libexpat/Makefile	Wed Nov 12 16:07:33 2014	(r274436)
@@ -16,12 +16,10 @@ CLEANFILES=	bsdxml.h bsdxml_external.h
 
 WARNS?=		2
 
-# OK, so it is not entirely unadultered: we ammend the COPYING
-# to point people to the right place, get rid of some VMS stuff
-# and use FreeBSD style indempotency #ifndefs. We also want to
-# point it at the new bsdxml_external.h rather than the old
-# expat_external.h file.
-#
+# OK, so it is not entirely unadulterated: we amend the COPYING to
+# point people to the right place, get rid of some VMS stuff and use
+# FreeBSD-style include guards.  We also want to point it at the new
+# bsdxml_external.h rather than the old expat_external.h file.
 bsdxml.h: expat.h
 	unifdef -U__VMS < ${.ALLSRC} | \
 	sed -e 's/XmlParse_INCLUDED/_BSD_XML_H_/' \



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