changeset 224:7f150ad4cb5f

spelling fix in CMakeD
author SokoL_SD
date Wed, 15 Jul 2009 17:16:36 +0000
parents 0c7abb1e6a9d
children f7dca08fc816
files cmake/FindD.cmake
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cmake/FindD.cmake	Wed Jul 15 08:33:42 2009 +0000
+++ b/cmake/FindD.cmake	Wed Jul 15 17:16:36 2009 +0000
@@ -57,7 +57,6 @@
 set(ONE_BUILD_COMMAND OFF) ## TODO: test it and uncomment the previous line.
 
 if (NOT ONE_BUILD_COMMAND)
-    ## TODO: disable SINGLE_D_OBJECT option for ldc < rev. 1433.
     if(D_IS_MARS)
 	set(opt_tmp "ON")
     else(D_IS_MARS)
@@ -103,10 +102,10 @@
 endif(CMAKE_HOST_WIN32) 
 
 ##--------------------------------------------
-## Macroses and functions.
+## Macros and functions.
 ##--------------------------------------------
 
-## Make native path.
+## Make a native path.
 ## Usage:
 ##	set(path c:/file_path/file_name.cpp)
 ##	make_native_path(path)