Fix isThreadModelSupported()'s comment. NFC
authorJonathan Roelofs <jonathan@codesourcery.com>
Wed, 3 Dec 2014 17:04:52 +0000 (17:04 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Wed, 3 Dec 2014 17:04:52 +0000 (17:04 +0000)
llvm-svn: 223241

clang/include/clang/Driver/ToolChain.h

index 7279951..3092e81 100644 (file)
@@ -251,7 +251,7 @@ public:
   /// getThreadModel() - Which thread model does this target use?
   virtual std::string getThreadModel() const { return "posix"; }
 
-  /// supportsThreadModel() - Does this target support a thread model?
+  /// isThreadModelSupported() - Does this target support a thread model?
   virtual bool isThreadModelSupported(const StringRef Model) const;
 
   /// ComputeLLVMTriple - Return the LLVM target triple to use, after taking