svn commit: r297224 - stable/10/lib/libthr

Konstantin Belousov kib at FreeBSD.org
Thu Mar 24 07:24:34 UTC 2016


Author: kib
Date: Thu Mar 24 07:24:33 2016
New Revision: 297224
URL: https://svnweb.freebsd.org/changeset/base/297224

Log:
  MFC r297137:
  Fix typo.

Modified:
  stable/10/lib/libthr/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libthr/Makefile
==============================================================================
--- stable/10/lib/libthr/Makefile	Thu Mar 24 04:40:07 2016	(r297223)
+++ stable/10/lib/libthr/Makefile	Thu Mar 24 07:24:33 2016	(r297224)
@@ -38,7 +38,7 @@ SYMBOL_MAPS=${.CURDIR}/pthread.map
 
 MAN=	libthr.3
 
-# enable extra internal consistancy checks
+# enable extra internal consistency checks
 CFLAGS+=-D_PTHREADS_INVARIANTS
 
 PRECIOUSLIB=


More information about the svn-src-all mailing list