summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-26 02:27:03 +0000
committerDan Gohman <gohman@apple.com>2010-08-26 02:27:03 +0000
commite5334b484a9fbedc33d4c356d7a55b848af77b97 (patch)
tree5cb9cb72bad42f82c1566168283243e3c245c576
parent78ecc499eb0ac8053cb200f6939640ff0d0e72a0 (diff)
downloadbcm5719-llvm-e5334b484a9fbedc33d4c356d7a55b848af77b97.tar.gz
bcm5719-llvm-e5334b484a9fbedc33d4c356d7a55b848af77b97.zip
Fix a typo.
llvm-svn: 112151
-rw-r--r--clang/include/clang/Basic/SourceManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/SourceManager.h b/clang/include/clang/Basic/SourceManager.h
index dbd7d524692..a4aee0af38f 100644
--- a/clang/include/clang/Basic/SourceManager.h
+++ b/clang/include/clang/Basic/SourceManager.h
@@ -508,7 +508,7 @@ public:
/// \brief Override the contents of the given source file by providing an
/// already-allocated buffer.
///
- /// \param SourceFile the source file whose contents will be override.
+ /// \param SourceFile the source file whose contents will be overriden.
///
/// \param Buffer the memory buffer whose contents will be used as the
/// data in the given source file.
OpenPOWER on IntegriCloud