diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2008-01-19 01:03:17 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2008-01-19 01:03:17 +0000 |
commit | af57b46f12e9dd48485fa27f2088f85466ee9292 (patch) | |
tree | 1b5a081ca6c0910c99b3b2e9426d8fbd523c28a5 /Driver/RewriteTest.cpp | |
parent | 20ebf8f15df48f27ce2bf7c1b3ae87565235600f (diff) |
Fixed comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r-- | Driver/RewriteTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/RewriteTest.cpp b/Driver/RewriteTest.cpp index 20c684c0d0..b111e09a32 100644 --- a/Driver/RewriteTest.cpp +++ b/Driver/RewriteTest.cpp @@ -362,7 +362,7 @@ void RewriteTest::RewriteInclude() { size_t ImportLen = strlen("import"); size_t IncludeLen = strlen("include"); - // Loop over the whole file, looking for tabs. + // Loop over the whole file, looking for includes. for (const char *BufPtr = MainBufStart; BufPtr < MainBufEnd; ++BufPtr) { if (*BufPtr == '#') { if (++BufPtr == MainBufEnd) |