summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-19 07:00:15 +0000
committereadler <eadler@FreeBSD.org>2018-03-19 07:00:15 +0000
commit428f74c04dc53550310f8979ca048dd79ef1fcf5 (patch)
tree165f4b81f5e6c5da15109e72eca53664e0463eb5 /include
parentfd5649bdd0e320e27a2579e2a4d106bdfdc7cb9f (diff)
downloadFreeBSD-src-428f74c04dc53550310f8979ca048dd79ef1fcf5.zip
FreeBSD-src-428f74c04dc53550310f8979ca048dd79ef1fcf5.tar.gz
MFC r313818:
Small inclusion guard comment fix.
Diffstat (limited to 'include')
-rw-r--r--include/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 8ead855..24b2b5b 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -349,4 +349,4 @@ void __pthread_cleanup_pop_imp(int);
__END_DECLS
__NULLABILITY_PRAGMA_POP
-#endif /* _PTHREAD_H_ */
+#endif /* !_PTHREAD_H_ */
OpenPOWER on IntegriCloud