aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2017-01-18 23:43:23 +0800
committerFederico Bond <federicobond@gmail.com>2017-01-18 23:43:23 +0800
commitd40ae663ecbdbccc2b71eff175bb6765291ba078 (patch)
tree0c7e1fc0f879bfdad35fe2b5b23d92cbef8c609d /libsolidity/ast
parent28a05e5aa3d17f408f29f16647bf46a616781c7b (diff)
downloaddexon-solidity-d40ae663ecbdbccc2b71eff175bb6765291ba078.tar.gz
dexon-solidity-d40ae663ecbdbccc2b71eff175bb6765291ba078.tar.zst
dexon-solidity-d40ae663ecbdbccc2b71eff175bb6765291ba078.zip
Fix typo in comment
Diffstat (limited to 'libsolidity/ast')
-rw-r--r--libsolidity/ast/AST.h2
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
{