]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223241 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/ToolChain.h

index 7279951c73fcd2174e05634ec099aa231e1ecc2f..3092e81b95b5b6aff1089cd4afe4f7723d86efa2 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