OSDN Git Service

[NFC] fix trivial typos in comments and documents
[android-x86/external-llvm.git] / include / llvm / Support / ToolOutputFile.h
index b41ca5a..7fd5f20 100644 (file)
@@ -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);