]> granicus.if.org Git - clang/commitdiff
fix typo
authorChris Lattner <sabre@nondot.org>
Fri, 13 Mar 2009 01:05:57 +0000 (01:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Mar 2009 01:05:57 +0000 (01:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66860 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceManager.h

index 269d7cd5a04b6a33f7da6c300c83e2a1e07be2eb..d068e44f7c340b9b546da09c1348cde930534f48 100644 (file)
@@ -402,7 +402,7 @@ public:
   // SourceLocation manipulation methods.
   //===--------------------------------------------------------------------===//
   
-  /// getFileIDSlow - Return the FileID for a SourceLocation.  This is a very
+  /// getFileID - Return the FileID for a SourceLocation.  This is a very
   /// hot method that is used for all SourceManager queries that start with a
   /// SourceLocation object.  It is responsible for finding the entry in
   /// SLocEntryTable which contains the specified location.