Browse Source

CMake: Fix incorrect comment

Sam Edwards 6 years ago
parent
commit
c62d5fbe35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.cmake

+ 1 - 1
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.