diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:57:10 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:57:10 +0000 |
commit | 94ff8e1f57c6382d91d0de981a4f311509d83e37 (patch) | |
tree | eb4d5bfaa1d965936217836ef85abf9e146baab7 /lib/Frontend/TextDiagnostic.cpp | |
parent | 7836011482bc26dfebf15df4fd993d07b607fbcf (diff) |
Fix a typo 'iff' => 'if'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164766 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 a8a5613eaa..d872e42691 100644 --- a/lib/Frontend/TextDiagnostic.cpp +++ b/lib/Frontend/TextDiagnostic.cpp @@ -88,7 +88,7 @@ static int bytesSincePreviousTabOrLineBegin(StringRef SourceLine, size_t i) { /// \param SourceLine The line of source /// \param i Pointer to byte index, /// \param TabStop used to expand tabs -/// \return pair(printable text, 'true' iff original text was printable) +/// \return pair(printable text, 'true' if original text was printable) /// static std::pair<SmallString<16>, bool> printableTextForNextCharacter(StringRef SourceLine, size_t *i, |