diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:59:39 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:59:39 +0000 |
commit | bed28ac1d1463adca3ecf24fca5c30646fa9dbb2 (patch) | |
tree | bd243306b2d80786815cd4f5b2dea67c212071ba /include/clang/Basic/SourceManager.h | |
parent | eab9d6f9065b042d39fbaf9842c9d8cc968dd6d0 (diff) |
Fix a typo (the the => the)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160622 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 082cbb1fb1..1496355f67 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -779,7 +779,7 @@ public: const llvm::MemoryBuffer *Buffer, bool DoNotFree = false); - /// \brief Override the the given source file with another one. + /// \brief Override the given source file with another one. /// /// \param SourceFile the source file which will be overriden. /// |