diff options
author | Jonathan D. Turner <jonathan.d.turner@gmail.com> | 2011-06-16 20:47:21 +0000 |
---|---|---|
committer | Jonathan D. Turner <jonathan.d.turner@gmail.com> | 2011-06-16 20:47:21 +0000 |
commit | a92d7e7a55a35b28437103130904a6401bf35408 (patch) | |
tree | a899023f545a20d84b538952629a69a8f31ecb11 /include/clang/Basic/SourceManager.h | |
parent | 22b2bc8403f9106c057b10bbbf1cac9f179a2bb6 (diff) |
Fix of a minor typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133187 91177308-0d34-0410-b5e6-96231b3b80d8
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 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 |