diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 10:51:19 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 10:51:19 +0000 |
commit | eb11fae6d08f479c0799db45860a98af528fa6e7 (patch) | |
tree | 44d492a50c8c1a7eb8e2d17ea3360ec4d066f042 /include/llvm/Support/ToolOutputFile.h | |
parent | b8a2042aa938069e862750553db0e4d82d25822c (diff) |
Notes
Diffstat (limited to 'include/llvm/Support/ToolOutputFile.h')
-rw-r--r-- | include/llvm/Support/ToolOutputFile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/ToolOutputFile.h b/include/llvm/Support/ToolOutputFile.h index b41ca5a6edaa..cf3bc2fb0171 100644 --- a/include/llvm/Support/ToolOutputFile.h +++ b/include/llvm/Support/ToolOutputFile.h @@ -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; @@ -43,7 +43,7 @@ class ToolOutputFile { raw_fd_ostream OS; public: - /// This constructor's arguments are passed to to raw_fd_ostream's + /// This constructor's arguments are passed to raw_fd_ostream's /// constructor. ToolOutputFile(StringRef Filename, std::error_code &EC, sys::fs::OpenFlags Flags); |