diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-01-24 17:16:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-01-24 17:16:59 (GMT) |
commit | b758d4da4a8e15f84b0a43cb4f7f76f997fda6f7 (patch) | |
tree | 9dd8099a9fc4ba0246b15961598ae77f42cb544e /plugins/stackvars | |
parent | 13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff) |
Typo.
Diffstat (limited to 'plugins/stackvars')
-rw-r--r-- | plugins/stackvars/operand.c | 2 | ||||
-rw-r--r-- | plugins/stackvars/stackvars.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/stackvars/operand.c b/plugins/stackvars/operand.c index ff6c5e4..6ee1e7b 100644 --- a/plugins/stackvars/operand.c +++ b/plugins/stackvars/operand.c @@ -144,7 +144,7 @@ GArchOperand *g_stack_var_operand_new(const GBinRoutine *routine, const GX86ModR static void g_stack_var_operand_add_to_gtk_buffer(const GStackVarOperand *operand, const GExeFormat *format, AsmSyntax syntax, GtkTextBuffer *buffer, GtkTextIter *iter) { - const GImmOperand *displacement; /* Décallage supplémentaire */ + const GImmOperand *displacement; /* Décalage supplémentaire */ size_t value; /* Position dans la pile */ bool negative; /* Direction dans la pile */ size_t index; /* Indice de la variable */ diff --git a/plugins/stackvars/stackvars.c b/plugins/stackvars/stackvars.c index 1b5a188..f0f89b2 100644 --- a/plugins/stackvars/stackvars.c +++ b/plugins/stackvars/stackvars.c @@ -256,7 +256,7 @@ static bool replace_stack_var_in_operand(const GArchOperand *operand, GBinRoutin uint8_t scale; /* Puissance de deux */ const GX86Register *index; /* Registre servant d'indice */ const GX86Register *base; /* Registre de base */ - const GImmOperand *displacement; /* Décallage supplémentaire */ + const GImmOperand *displacement; /* Décalage supplémentaire */ size_t value; /* Position dans la pile */ bool negative; /* Direction dans la pile */ |