summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-07-31 10:22:18 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-07-31 10:22:18 (GMT)
commit121df27fa207a233677fbdc1a0ab738593cf280c (patch)
treed5c52027f6422b55d06a66019b6d452a0ff1a2fe /Source/cmMacroCommand.h
parent8783f8d078ff0362d0175697d5341d762d8ab6a2 (diff)
downloadCMake-121df27fa207a233677fbdc1a0ab738593cf280c.zip
CMake-121df27fa207a233677fbdc1a0ab738593cf280c.tar.gz
CMake-121df27fa207a233677fbdc1a0ab738593cf280c.tar.bz2
DOCS: fix typo (see #9308)
Alex
Diffstat (limited to 'Source/cmMacroCommand.h')
-rw-r--r--Source/cmMacroCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMacroCommand.h b/Source/cmMacroCommand.h
index 55da26e..a2a13cb 100644
--- a/Source/cmMacroCommand.h
+++ b/Source/cmMacroCommand.h
@@ -106,7 +106,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 pass the last expected argument. "
+ "holds the list of argument 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 "