summaryrefslogtreecommitdiff
path: root/Source/cmRemoveDefinitionsCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-14 08:49:57 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-06-14 08:49:57 -0400
commit68cb7b3173f978b014686573fa76d8776f1e74bd (patch)
tree96b083420fadf9ba8b34320b1b548f777812ad30 /Source/cmRemoveDefinitionsCommand.h
parent7203990661fefb26cffa697625765dac123710cf (diff)
downloadcmake-68cb7b3173f978b014686573fa76d8776f1e74bd.tar.gz
STYLE: add comment about the -D -P order and fix typo in doc
Alex
Diffstat (limited to 'Source/cmRemoveDefinitionsCommand.h')
-rw-r--r--Source/cmRemoveDefinitionsCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmRemoveDefinitionsCommand.h b/Source/cmRemoveDefinitionsCommand.h
index 278fdb8e5a..1bd7c015e0 100644
--- a/Source/cmRemoveDefinitionsCommand.h
+++ b/Source/cmRemoveDefinitionsCommand.h
@@ -66,7 +66,7 @@ public:
" REMOVE_DEFINITIONS(-DFOO -DBAR ...)\n"
"Removes flags from command line of C and C++ compilers. "
"This command can be used to remove any flag from a compile line, "
- "but the -D flag is accepted most C/C++ compilers. "
+ "but the -D flag is accepted by most C/C++ compilers. "
"Other flags may not be as portable.";
}