diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-24 18:47:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-24 18:47:33 (GMT) |
commit | a2f149e5d151dcd937351f6e54229e508123c3ad (patch) | |
tree | 49aa468e2e552735ea61ed7e78d29d821e03aafd /src/analysis | |
parent | 1de9967e2a13baca3df50b02903900e36cee64ae (diff) |
Built tooltips from all kinds of operands.
Diffstat (limited to 'src/analysis')
-rw-r--r-- | src/analysis/routine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/routine.c b/src/analysis/routine.c index 089d287..9ec17c1 100644 --- a/src/analysis/routine.c +++ b/src/analysis/routine.c @@ -1142,7 +1142,7 @@ void g_binary_routine_print_code(const GBinRoutine *routine, GLangOutput *lang, /****************************************************************************** * * -* Paramètres : routine = routine à mettre à jour. * +* Paramètres : routine = routine à consulter. * * binary = informations relatives au binaire chargé. * * * * Description : Construit un petit résumé concis de la routine. * |