aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser.h b/Parser.h
index b6a7851e..9e4c7bb2 100644
--- a/Parser.h
+++ b/Parser.h
@@ -108,7 +108,7 @@ private:
};
/// Performs limited look-ahead to distinguish between variable declaration and expression statement.
- /// For source code of the form "a[][8]" ("IndexAccessStructure"), this it is not possible to
+ /// For source code of the form "a[][8]" ("IndexAccessStructure"), this is not possible to
/// decide with constant look-ahead.
LookAheadInfo peekStatementType() const;
/// Returns a typename parsed in look-ahead fashion from something like "a[8][2**70]".