summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeForceCompiler.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-24 12:40:57 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-24 12:40:57 (GMT)
commitf35f1ac9ab3f2aef2c25b8e467de6b151298641e (patch)
tree72b6a84efa2c46e7200af37879bbb0951ca0d42b /Modules/CMakeForceCompiler.cmake
parent091d1ccbb938d196330ffd8c75fcc12b3d6267a3 (diff)
downloadCMake-f35f1ac9ab3f2aef2c25b8e467de6b151298641e.zip
CMake-f35f1ac9ab3f2aef2c25b8e467de6b151298641e.tar.gz
CMake-f35f1ac9ab3f2aef2c25b8e467de6b151298641e.tar.bz2
STYLE: fix typo in the docs
Alex
Diffstat (limited to 'Modules/CMakeForceCompiler.cmake')
-rw-r--r--Modules/CMakeForceCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeForceCompiler.cmake b/Modules/CMakeForceCompiler.cmake
index 751fd78..79ac054 100644
--- a/Modules/CMakeForceCompiler.cmake
+++ b/Modules/CMakeForceCompiler.cmake
@@ -9,7 +9,7 @@
# macro CMAKE_FORCE_SYSTEM(name version processor)
# Set CMAKE_SYSTEM_NAME, CMAKE_SYSTEM_VERSION and CMAKE_SYSTEM_PROCESSOR
#
-# macro CMAKE_FORCE_C_COMPILER(compiler compiler_id sizeof_void)
+# macro CMAKE_FORCE_C_COMPILER(compiler compiler_id sizeof_void_p)
# Set CMAKE_C_COMPILER to the given compiler and set CMAKE_C_COMPILER_ID
# to the given compiler_id. This Id is used by cmake to construct the filename
# of the system-compiler.cmake file. For C also the size of a void-pointer