From c62d5fbe354a44094de0fde8d6c07147b2a261d6 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Wed, 21 Aug 2019 19:13:09 -0600 Subject: [PATCH] CMake: Fix incorrect comment --- dtool/Config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 5cadea605b..91a8fdad9a 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -8,7 +8,7 @@ include(CMakeDependentOption) -# Define the plaform we are building on. +# Define our target platform. # The values "UNIX", "WIN32", "MINGW", "MSYS", and "CYGWIN" # are automatically provided by CMAKE. "APPLE" is also provided by # CMAKE but may be True on systems that are not OS X.