summaryrefslogtreecommitdiff
path: root/src/arch/instruction.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/instruction.c')
-rw-r--r--src/arch/instruction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/instruction.c b/src/arch/instruction.c
index 14b0038..3bbd15c 100644
--- a/src/arch/instruction.c
+++ b/src/arch/instruction.c
@@ -322,7 +322,7 @@ const GArchOperand *g_arch_instruction_get_operand(GArchInstruction *instr, size
* new = nouvelle opérande à attacher. *
* old = ancienne opérande à détacher. *
* *
-* Description : Replace un opérande d'une instruction par un autre. *
+* Description : Remplace un opérande d'une instruction par un autre. *
* *
* Retour : - *
* *