diff --git a/dart/CMakeLists.txt b/dart/CMakeLists.txt index 16a504e46eb35..c70d7ef5e9a97 100644 --- a/dart/CMakeLists.txt +++ b/dart/CMakeLists.txt @@ -1,6 +1,6 @@ # Enable multi-threaded compilation. # We do this here and not in the root folder since the examples and the -# tutorialsdo not have enough source files to benefit from this. +# tutorials do not have enough source files to benefit from this. if(MSVC) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP") endif()