summaryrefslogtreecommitdiff
path: root/plugins/stackvars/operand.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stackvars/operand.c')
-rw-r--r--plugins/stackvars/operand.c2
1 files changed, 1 insertions, 1 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 */