summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/maccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/arm/v7/operands/maccess.h')
-rw-r--r--plugins/arm/v7/operands/maccess.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/arm/v7/operands/maccess.h b/plugins/arm/v7/operands/maccess.h
index 25cbe9e..03acb1b 100644
--- a/plugins/arm/v7/operands/maccess.h
+++ b/plugins/arm/v7/operands/maccess.h
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * maccess.h - prototypes pour les accès à la mémorie à partir d'un registre et d'un décallage
+ * maccess.h - prototypes pour les accès à la mémorie à partir d'un registre et d'un décalage
*
* Copyright (C) 2014-2017 Cyrille Bagard
*
@@ -54,19 +54,19 @@ typedef struct _GArmV7MAccessOperandClass GArmV7MAccessOperandClass;
/* Indique le type défini par la GLib pour un accès à la mémoire depuis une base. */
GType g_armv7_maccess_operand_get_type(void);
-/* Crée un accès à la mémoire depuis une base et un décallage. */
+/* Crée un accès à la mémoire depuis une base et un décalage. */
GArchOperand *g_armv7_maccess_operand_new(GArchOperand *, GArchOperand *, GArchOperand *, bool, bool);
/* Founit la base d'un accès à la mémoire. */
GArchOperand *g_armv7_maccess_operand_get_base(const GArmV7MAccessOperand *);
-/* Founit le décallage d'un accès à la mémoire depuis la base. */
+/* Founit le décalage d'un accès à la mémoire depuis la base. */
GArchOperand *g_armv7_maccess_operand_get_offset(const GArmV7MAccessOperand *);
-/* Founit le décallage d'un décallage pour un accès mémoire. */
+/* Founit le décalage d'un décalage pour un accès mémoire. */
GArchOperand *g_armv7_maccess_operand_get_shift(const GArmV7MAccessOperand *);
-/* Indique si le décallage est post-indexé. */
+/* Indique si le décalage est post-indexé. */
bool g_armv7_maccess_operand_is_post_indexed(const GArmV7MAccessOperand *);
/* Indique si la base est mise à jour après usage. */