From 5964a0154b1b97b96e72368fa761228b906cabf4 Mon Sep 17 00:00:00 2001 From: "Jonathan D. Turner" Date: Thu, 16 Jun 2011 20:47:21 +0000 Subject: [PATCH] Fix of a minor typo. llvm-svn: 133187 --- clang/include/clang/Basic/SourceManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/SourceManager.h b/clang/include/clang/Basic/SourceManager.h index df5074cb42e6..9d57a743f2ba 100644 --- a/clang/include/clang/Basic/SourceManager.h +++ b/clang/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