diff options
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 ba731589d6..595a3ff8cc 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -81,7 +81,7 @@ namespace SrcMgr { /// chunk number of this FileID. unsigned ChunkNo; - /// FileInfo - Information about the source buffer itself. + /// Info - Information about the source buffer itself. /// const InfoRec *Info; public: |