]> granicus.if.org Git - clang/commitdiff
Remove extraneous "Note t" in comment.
authorJustin Lebar <jlebar@google.com>
Thu, 7 Jan 2016 19:38:29 +0000 (19:38 +0000)
committerJustin Lebar <jlebar@google.com>
Thu, 7 Jan 2016 19:38:29 +0000 (19:38 +0000)
Added in r167571.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257090 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/ToolChain.h

index ed73107940ce5fa44bc89188ca1c217527f155c5..7e68d0a59a0944d99f093989f8376e0d00b3cbef 100644 (file)
@@ -134,7 +134,7 @@ public:
   StringRef getOS() const { return Triple.getOSName(); }
 
   /// \brief Provide the default architecture name (as expected by -arch) for
-  /// this toolchain. Note t
+  /// this toolchain.
   StringRef getDefaultUniversalArchName() const;
 
   std::string getTripleString() const {