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/operand.c | |
| parent | 13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff) | |
Typo.
Diffstat (limited to 'plugins/stackvars/operand.c')
| -rw-r--r-- | plugins/stackvars/operand.c | 2 | 
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       */  | 
