summaryrefslogtreecommitdiff
path: root/plugins/dexbnf/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dexbnf/context.c')
-rw-r--r--plugins/dexbnf/context.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dexbnf/context.c b/plugins/dexbnf/context.c
index ebf7c0d..2daeb52 100644
--- a/plugins/dexbnf/context.c
+++ b/plugins/dexbnf/context.c
@@ -121,7 +121,7 @@ static void g_dex_demangling_init(GDexDemangling *context)
/******************************************************************************
* *
-* Paramètres : demangler = instance d'objet GLib à traiter. *
+* Paramètres : context = instance d'objet GLib à traiter. *
* *
* Description : Supprime toutes les références externes. *
* *
@@ -140,7 +140,7 @@ static void g_dex_demangling_dispose(GDexDemangling *context)
/******************************************************************************
* *
-* Paramètres : demangler = instance d'objet GLib à traiter. *
+* Paramètres : context = instance d'objet GLib à traiter. *
* *
* Description : Procède à la libération totale de la mémoire. *
* *
@@ -197,7 +197,7 @@ static GDataType *g_dex_demangling_decode_type(GDexDemangling *context)
static GBinRoutine *g_dex_demangling_decode_routine(GDexDemangling *context)
{
- GBinRoutine *result; /* Routine en place à retourner */
+ GBinRoutine *result; /* Routine en place à retourner*/
GDemanglingContext *base; /* Autre version du contexte */
base = G_DEMANGLING_CONTEXT(context);