[cfe-commits] r66860 - /cfe/trunk/include/clang/Basic/SourceManager.h

Chris Lattner sabre at nondot.org
Thu Mar 12 18:05:57 PDT 2009


Author: lattner
Date: Thu Mar 12 20:05:57 2009
New Revision: 66860

URL: http://llvm.org/viewvc/llvm-project?rev=66860&view=rev
Log:
fix typo

Modified:
    cfe/trunk/include/clang/Basic/SourceManager.h

Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=66860&r1=66859&r2=66860&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Thu Mar 12 20:05:57 2009
@@ -402,7 +402,7 @@
   // 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.





More information about the cfe-commits mailing list