diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-26 02:27:03 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-26 02:27:03 +0000 |
commit | afbf5f810652f04c0bba235c0fa079885fb3caa8 (patch) | |
tree | ab45a29dca81582f823673e43e50f721986dc1b1 /include/clang/Basic/SourceManager.h | |
parent | be13afea6d9a5dc8877d5553552bd07c733a99bf (diff) |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112151 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 dbd7d52469..a4aee0af38 100644 --- a/include/clang/Basic/SourceManager.h +++ b/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. |