summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/rotation.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/arm/v7/operands/rotation.c')
-rw-r--r--plugins/arm/v7/operands/rotation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/arm/v7/operands/rotation.c b/plugins/arm/v7/operands/rotation.c
index 3858426..09bb9b5 100644
--- a/plugins/arm/v7/operands/rotation.c
+++ b/plugins/arm/v7/operands/rotation.c
@@ -33,7 +33,7 @@ struct _GArmV7RotationOperand
{
GArchOperand parent; /* Instance parente */
- GArchOperand *value; /* Valeur du décallage */
+ GArchOperand *value; /* Valeur du décalage */
};