summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/shift.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/arm/v7/operands/shift.h')
-rw-r--r--plugins/arm/v7/operands/shift.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/arm/v7/operands/shift.h b/plugins/arm/v7/operands/shift.h
index d3c8001..a6dbae8 100644
--- a/plugins/arm/v7/operands/shift.h
+++ b/plugins/arm/v7/operands/shift.h
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * shift.h - prototypes pour les décallages de valeurs
+ * shift.h - prototypes pour les décalages de valeurs
*
* Copyright (C) 2014-2017 Cyrille Bagard
*
@@ -43,23 +43,23 @@
#define G_ARMV7_SHIFT_OPERAND_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), G_TYPE_ARMV7_SHIFT_OPERAND, GArmV7ShiftOperandClass))
-/* Définition d'un opérande visant une opérande de décallage ARMv7 (instance) */
+/* Définition d'un opérande visant une opérande de décalage ARMv7 (instance) */
typedef struct _GArmV7ShiftOperand GArmV7ShiftOperand;
-/* Définition d'un opérande visant une opérande de décallage ARMv7 (classe) */
+/* Définition d'un opérande visant une opérande de décalage ARMv7 (classe) */
typedef struct _GArmV7ShiftOperandClass GArmV7ShiftOperandClass;
-/* Indique le type défini par la GLib pour une opérande de décallage ARMv7. */
+/* Indique le type défini par la GLib pour une opérande de décalage ARMv7. */
GType g_armv7_shift_operand_get_type(void);
-/* Crée un réceptacle pour opérande de décallage ARMv7. */
+/* Crée un réceptacle pour opérande de décalage ARMv7. */
GArchOperand *g_armv7_shift_operand_new(SRType, GArchOperand *);
-/* Indique la forme de décallage représenté. */
+/* Indique la forme de décalage représenté. */
SRType g_armv7_shift_operand_get_shift_type(const GArmV7ShiftOperand *);
-/* Founit la valeur utilisée pour un décallage. */
+/* Founit la valeur utilisée pour un décalage. */
GArchOperand *g_armv7_shift_operand_get_shift_value(const GArmV7ShiftOperand *);