aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-01-19 02:28:55 +0800
committerGitHub <noreply@github.com>2017-01-19 02:28:55 +0800
commitba7dcbc15ef3ee900a4adc00e421983d6256c91c (patch)
tree84ae00c75ffad8a158105f6cd6bc4b0fb89dd883
parent7c18b785e3f84ef3f7c52a9432344fcef5a6fa44 (diff)
parentd40ae663ecbdbccc2b71eff175bb6765291ba078 (diff)
downloaddexon-solidity-ba7dcbc15ef3ee900a4adc00e421983d6256c91c.tar.gz
dexon-solidity-ba7dcbc15ef3ee900a4adc00e421983d6256c91c.tar.zst
dexon-solidity-ba7dcbc15ef3ee900a4adc00e421983d6256c91c.zip
Merge pull request #1583 from federicobond/fix-comment
Fix typo in comment
-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
{