]> granicus.if.org Git - gc/commitdiff
Fix comment typo in CMakeLists.txt
authorIvan Maidanski <ivmai@mail.ru>
Thu, 13 Sep 2018 07:58:29 +0000 (10:58 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 18 Sep 2018 21:43:26 +0000 (00:43 +0300)
* CMakeLists.txt (CMAKE_USE_PTHREADS_INIT): Fix typo ("lib and includes")
in comment.

CMakeLists.txt

index 9ee035040c5dece44ecf54f2936a3afad25ba134..04c45e18dc98c06c1706c6c86e015d503225ced7 100644 (file)
@@ -80,7 +80,7 @@ SET(_HOST ${CMAKE_HOST_SYSTEM_PROCESSOR}--${CMAKE_SYSTEM}) #FIXME missing the ve
 STRING(TOLOWER ${_HOST} HOST)
 MESSAGE("HOST = ${HOST}")
 
-#Thread Detection. Relying on cmake for lib an includes.
+# Thread Detection.  Relying on cmake for lib and includes.
 #TODO check cmake detection
 IF(CMAKE_USE_PTHREADS_INIT)
         SET(SRC ${SRC} pthread_start.c pthread_support.c pthread_stop_world.c)