diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-07-18 21:00:12 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-07-18 21:00:12 +0000 |
commit | e3d8559dd6fc0bf93c2cc11b01f0faae01f0cb47 (patch) | |
tree | 841b010bc75f3c3b51d3f6aae514d5d607908796 /llvm/include | |
parent | 2e304b6ffd71e211b15808bf613059e6b34b1663 (diff) | |
download | bcm5719-llvm-e3d8559dd6fc0bf93c2cc11b01f0faae01f0cb47.tar.gz bcm5719-llvm-e3d8559dd6fc0bf93c2cc11b01f0faae01f0cb47.zip |
Fix -Wdocumentation warning
s/Tokenize/Tokenizer/ to make the comment correspond to the
parameter name
llvm-svn: 186608
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 8fb4630667a..c0bfbae0370 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -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, |