diff options
Diffstat (limited to 'llvm/lib/Support/SourceMgr.cpp')
-rw-r--r-- | llvm/lib/Support/SourceMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/SourceMgr.cpp b/llvm/lib/Support/SourceMgr.cpp index 8065f0a..ebeff87 100644 --- a/llvm/lib/Support/SourceMgr.cpp +++ b/llvm/lib/Support/SourceMgr.cpp @@ -117,7 +117,7 @@ unsigned SourceMgr::SrcBuffer::getLineNumberSpecialized(const char *Ptr) const { return llvm::lower_bound(Offsets, PtrOffset) - Offsets.begin() + 1; } -/// Look up a given \p Ptr in in the buffer, determining which line it came +/// Look up a given \p Ptr in the buffer, determining which line it came /// from. unsigned SourceMgr::SrcBuffer::getLineNumber(const char *Ptr) const { size_t Sz = Buffer->getBufferSize(); |