summaryrefslogtreecommitdiff
path: root/plugins/dexbnf/context.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-02 22:46:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-02 22:46:14 (GMT)
commit8dc83465a6ca2d5b94b983b39f6c06d37e4126a0 (patch)
treeb5594fe7cd0d9e9a9269eaa3454412da2bd9dd5a /plugins/dexbnf/context.c
parentde2cb8e2fad4a3031d7b7c2cb189a6dbdaf8d5a9 (diff)
Improved the Itanium C++ demangling.
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);