[llvm] r186608 - Fix -Wdocumentation warning

Hans Wennborg hans at hanshq.net
Thu Jul 18 14:00:13 PDT 2013


Author: hans
Date: Thu Jul 18 16:00:12 2013
New Revision: 186608

URL: http://llvm.org/viewvc/llvm-project?rev=186608&view=rev
Log:
Fix -Wdocumentation warning

s/Tokenize/Tokenizer/ to make the comment correspond to the
parameter name

Modified:
    llvm/trunk/include/llvm/Support/CommandLine.h

Modified: llvm/trunk/include/llvm/Support/CommandLine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/CommandLine.h?rev=186608&r1=186607&r2=186608&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/CommandLine.h (original)
+++ llvm/trunk/include/llvm/Support/CommandLine.h Thu Jul 18 16:00:12 2013
@@ -1792,7 +1792,7 @@ typedef void (*TokenizerCallback)(String
 /// 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,





More information about the llvm-commits mailing list