svn commit: r297137 - head/lib/libthr

Konstantin Belousov kib at FreeBSD.org
Mon Mar 21 05:59:06 UTC 2016


Author: kib
Date: Mon Mar 21 05:59:05 2016
New Revision: 297137
URL: https://svnweb.freebsd.org/changeset/base/297137

Log:
  Fix typo.
  
  MFC after:	3 days

Modified:
  head/lib/libthr/Makefile

Modified: head/lib/libthr/Makefile
==============================================================================
--- head/lib/libthr/Makefile	Mon Mar 21 05:51:21 2016	(r297136)
+++ head/lib/libthr/Makefile	Mon Mar 21 05:59:05 2016	(r297137)
@@ -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