diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2dc89c3abc5d57e31957ffb2fd83f84f8830a9f0..d46a29231bf05010bef56494c80f1025a1e20c68 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -631,7 +631,7 @@ include_directories(Common Fltk Geo Graphics Mesh Solver Numeric Parser Plugin
   contrib/Tetgen contrib/Fl_Tree contrib/gmm contrib/kbipack
   ${EXTERNAL_INCLUDES} ${CMAKE_BINARY_DIR}/Common)
 
-# create group sources for easier navigation in IDEs
+# group sources for easier navigation in IDEs
 foreach(DIR ${GMSH_DIRS})
   source_group(${DIR} REGULAR_EXPRESSION ${DIR}/.*)
 endforeach(DIR)