Fix -Wdocumentation warning
[oota-llvm.git] / include / llvm / Support / CommandLine.h
index 8fb4630667af2b3613962403d889a3f62619aa26..c0bfbae0370e7d31f393c0abd069739f7c02caea 100644 (file)
@@ -1792,7 +1792,7 @@ typedef void (*TokenizerCallback)(StringRef Source, StringSaver &Saver,
 /// before expansion and will be modified in place.
 ///
 /// \param [in] Saver Delegates back to the caller for saving parsed strings.
-/// \param [in] Tokenize Tokenization strategy. Typically Unix or Windows.
+/// \param [in] Tokenizer Tokenization strategy. Typically Unix or Windows.
 /// \param [in,out] Argv Command line into which to expand response files.
 /// \return true if all @files were expanded successfully or there were none.
 bool ExpandResponseFiles(StringSaver &Saver, TokenizerCallback Tokenizer,