aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'Scanner.h')
-rw-r--r--Scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scanner.h b/Scanner.h
index fd48d569..402f1aea 100644
--- a/Scanner.h
+++ b/Scanner.h
@@ -179,7 +179,7 @@ private:
bool scanHexByte(char& o_scannedByte);
- /// Scans a single JavaScript token.
+ /// Scans a single Solidity token.
void scanToken(bool _skipDocumentationComments = true);
/// Skips all whitespace and @returns true if something was skipped.