[llvm] r331634 - [NFC] Fix typo in variable name.
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Mon May 7 06:26:47 PDT 2018
Author: courbet
Date: Mon May 7 06:26:47 2018
New Revision: 331634
URL: http://llvm.org/viewvc/llvm-project?rev=331634&view=rev
Log:
[NFC] Fix typo in variable name.
Modified:
llvm/trunk/include/llvm/Support/ToolOutputFile.h
Modified: llvm/trunk/include/llvm/Support/ToolOutputFile.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ToolOutputFile.h?rev=331634&r1=331633&r2=331634&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ToolOutputFile.h (original)
+++ llvm/trunk/include/llvm/Support/ToolOutputFile.h Mon May 7 06:26:47 2018
@@ -35,7 +35,7 @@ class ToolOutputFile {
/// The flag which indicates whether we should not delete the file.
bool Keep;
- explicit CleanupInstaller(StringRef ilename);
+ explicit CleanupInstaller(StringRef Filename);
~CleanupInstaller();
} Installer;
More information about the llvm-commits
mailing list