mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
Fix -Wdocumentation warning
s/Tokenize/Tokenizer/ to make the comment correspond to the parameter name git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186608 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13c9cf1d51
commit
894fd78d93
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user