diff options
author | kib <kib@FreeBSD.org> | 2016-03-21 05:59:05 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-03-21 05:59:05 +0000 |
commit | c6b4a0f205cc28292f3091e8af9e927e662d9b01 (patch) | |
tree | d7452fe4eb28620f2460ac62e7514d308e7fb7b1 /lib | |
parent | 371a58629d61712fc7d19c504f563b00c6befc7e (diff) | |
download | FreeBSD-src-c6b4a0f205cc28292f3091e8af9e927e662d9b01.zip FreeBSD-src-c6b4a0f205cc28292f3091e8af9e927e662d9b01.tar.gz |
Fix typo.
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libthr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 1717672..ce8eb81 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -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= |