diff options
author | Federico Bond <federicobond@gmail.com> | 2017-01-18 23:43:23 +0800 |
---|---|---|
committer | Federico Bond <federicobond@gmail.com> | 2017-01-18 23:43:23 +0800 |
commit | d40ae663ecbdbccc2b71eff175bb6765291ba078 (patch) | |
tree | 0c7e1fc0f879bfdad35fe2b5b23d92cbef8c609d /libsolidity | |
parent | 28a05e5aa3d17f408f29f16647bf46a616781c7b (diff) | |
download | dexon-solidity-d40ae663ecbdbccc2b71eff175bb6765291ba078.tar.gz dexon-solidity-d40ae663ecbdbccc2b71eff175bb6765291ba078.tar.zst dexon-solidity-d40ae663ecbdbccc2b71eff175bb6765291ba078.zip |
Fix typo in comment
Diffstat (limited to 'libsolidity')
-rw-r--r-- | libsolidity/ast/AST.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ast/AST.h b/libsolidity/ast/AST.h index d11a246c..4af64963 100644 --- a/libsolidity/ast/AST.h +++ b/libsolidity/ast/AST.h @@ -606,7 +606,7 @@ private: /** * Declaration of a variable. This can be used in various places, e.g. in function parameter - * lists, struct definitions and even function bodys. + * lists, struct definitions and even function bodies. */ class VariableDeclaration: public Declaration { |