diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-13 01:05:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-13 01:05:57 +0000 |
commit | 668ab1a36d6a5731c71a75a5f388ecafd538a896 (patch) | |
tree | 940c42b8e560f3f4997811b5f5023aeaf3c6cb27 /include/clang/Basic/SourceManager.h | |
parent | 4139340644a0a41c2529c183c4b60bb55c3fdc79 (diff) |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
-rw-r--r-- | include/clang/Basic/SourceManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |