Documentation: Correct typos and grammar

This commit is contained in:
Andreas Mohr
2012-11-07 14:17:32 +01:00
committed by Brad King
parent 56a687d173
commit 965de974b2
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ public:
"facilitates creating macros with optional arguments. Additionally "
"${ARGV} holds the list of all arguments given to the macro and "
"${ARGN} "
"holds the list of argument past the last expected argument. "
"holds the list of arguments past the last expected argument. "
"Note that the parameters to a macro and values such as ARGN "
"are not variables in the usual CMake sense. They are string "
"replacements much like the c preprocessor would do with a "