aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ASTAnnotations.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsolidity/ASTAnnotations.h')
-rw-r--r--libsolidity/ASTAnnotations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ASTAnnotations.h b/libsolidity/ASTAnnotations.h
index 32602628..1b772ffa 100644
--- a/libsolidity/ASTAnnotations.h
+++ b/libsolidity/ASTAnnotations.h
@@ -86,7 +86,7 @@ struct UserDefinedTypeNameAnnotation: TypeNameAnnotation
struct VariableDeclarationStatementAnnotation: ASTAnnotation
{
- /// Information about which component of the vaule is assigned to which variable.
+ /// Information about which component of the value is assigned to which variable.
/// The pointer can be null to signify that the component is discarded.
std::vector<VariableDeclaration const*> assignments;
};