svn commit: r274436 - head/lib/libexpat

Dag-Erling Smørgrav des at FreeBSD.org
Wed Nov 12 16:07:34 UTC 2014


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_/' \


More information about the svn-src-all mailing list