From: Chris Lattner Date: Fri, 13 Mar 2009 01:05:57 +0000 (+0000) Subject: fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=668ab1a36d6a5731c71a75a5f388ecafd538a896;p=clang fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66860 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index 269d7cd5a0..d068e44f7c 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -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.