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 /lib/Frontend/TextDiagnostic.cpp | |
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 'lib/Frontend/TextDiagnostic.cpp')
-rw-r--r-- | lib/Frontend/TextDiagnostic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/TextDiagnostic.cpp b/lib/Frontend/TextDiagnostic.cpp index 1f2e2c05c5..7c2b03748c 100644 --- a/lib/Frontend/TextDiagnostic.cpp +++ b/lib/Frontend/TextDiagnostic.cpp @@ -184,7 +184,7 @@ static void expandTabs(std::string &SourceLine, unsigned TabStop) { /// characters will appear at (numbering the first column as 0). /// /// If a byte 'i' corresponds to muliple columns (e.g. the byte contains a tab -/// character) then the the array will map that byte to the first column the +/// character) then the array will map that byte to the first column the /// tab appears at and the next value in the map will have been incremented /// more than once. /// |