summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/maccess.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-24 17:16:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-24 17:16:59 (GMT)
commitb758d4da4a8e15f84b0a43cb4f7f76f997fda6f7 (patch)
tree9dd8099a9fc4ba0246b15961598ae77f42cb544e /plugins/arm/v7/operands/maccess.h
parent13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff)
Typo.
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. */