aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2014-11-19 09:02:30 +0800
committerLefteris Karapetsas <lefteris@refu.co>2014-11-19 09:05:55 +0800
commit4e6d3a38cd780457a6a3cfb480f880af802f661a (patch)
tree7005311a40bbf1d0659b6b7a3b05e8f5a7a23371 /Scanner.h
parent3174f5eca34d8a86f3105fae93f333fdb5535e4d (diff)
downloaddexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.tar
dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.tar.gz
dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.tar.bz2
dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.tar.lz
dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.tar.xz
dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.tar.zst
dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.zip
fixing typo and alignment
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.