Fix comment.

llvm-svn: 48501
This commit is contained in:
Ted Kremenek 2008-03-18 20:13:06 +00:00
parent 40af380782
commit fa7ceba528
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ public:
/// getRawFilePos - Return the byte offset from the start of the file-chunk
/// referred to by FileID. This method should not be used to get the offset
/// from the start of the file, instead you should use
/// SourceManager::getFilePos. This method will be incorrect for large files.
/// SourceManager::getDecomposedFileLoc. This method will be
// incorrect for large files.
unsigned getRawFilePos() const {
assert(isFileID() && "can't get the file id of a non-file sloc!");
return ID & (ChunkSize-1);