Fixed comment.

llvm-svn: 46185
This commit is contained in:
Fariborz Jahanian
2008-01-19 01:03:17 +00:00
parent c7d2df23f8
commit 137d693e09

View 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)