]> granicus.if.org Git - clang/commitdiff
Fixed comment.
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 19 Jan 2008 01:03:17 +0000 (01:03 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 19 Jan 2008 01:03:17 +0000 (01:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46185 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/RewriteTest.cpp

index 20c684c0d0e88329ee89d03fc8bc333cb5a8fa87..b111e09a32b42e0a2aeafe6dcef4940bc46ba380 100644 (file)
@@ -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)