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 | 5964a0154b1b97b96e72368fa761228b906cabf4 (patch) | |
tree | 8b6367fc830fe5af09379eca451e0ae04b55f384 | |
parent | 08322b7dc3a9e8c9074c4a1a8a14475708216b05 (diff) | |
download | bcm5719-llvm-5964a0154b1b97b96e72368fa761228b906cabf4.tar.gz bcm5719-llvm-5964a0154b1b97b96e72368fa761228b906cabf4.zip |
Fix of a minor typo.
llvm-svn: 133187
-rw-r--r-- | clang/include/clang/Basic/SourceManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/SourceManager.h b/clang/include/clang/Basic/SourceManager.h index df5074cb42e..9d57a743f2b 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 |