From: Jonathan D. Turner Date: Thu, 16 Jun 2011 20:47:21 +0000 (+0000) Subject: Fix of a minor typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a92d7e7a55a35b28437103130904a6401bf35408;p=clang Fix of a minor typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133187 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index df5074cb42..9d57a743f2 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -89,7 +89,7 @@ namespace SrcMgr { /// getBuffer - Returns the memory buffer for the associated content. /// - /// \param Diag Object through which diagnostics will be emitted it the + /// \param Diag Object through which diagnostics will be emitted if the /// buffer cannot be retrieved. /// /// \param Loc If specified, is the location that invalid file diagnostics