aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-02-23 11:45:44 +0100
committerMarat Dukhan <marat@fb.com>2018-02-23 11:45:44 +0100
commit3d8bfe7318423462a6d9e0c6537e75efd4822c49 (patch)
treef8cf7c15682fa3f26870869e8c3a6452083d29e2
parent4ac61b112252778b174575931c641bef661ab3cd (diff)
downloadpsimd-3d8bfe7318423462a6d9e0c6537e75efd4822c49.tar.gz
Fix typo in a comment
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb66db0..bd69c62 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ INCLUDE(GNUInstallDirs)
# ---[ Project
PROJECT(psimd C)
-# ---[ psimd librar
+# ---[ psimd library
IF(${CMAKE_VERSION} VERSION_LESS "3.0")
ADD_LIBRARY(psimd STATIC include/psimd.h)
SET_TARGET_PROPERTIES(psimd PROPERTIES LINKER_LANGUAGE C)