summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/dex/method.c2
-rw-r--r--src/analysis/routine.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/dex/method.c b/plugins/dex/method.c
index 4d5c34c..d5f765a 100644
--- a/plugins/dex/method.c
+++ b/plugins/dex/method.c
@@ -50,7 +50,7 @@ struct _GDexMethod
*/
#ifndef NDEBUG
- bool already_defined; /* Vérofication d'unicité */
+ bool already_defined; /* Vérification d'unicité */
#endif
encoded_method info; /* Propriétés de la méthode */
diff --git a/src/analysis/routine.c b/src/analysis/routine.c
index 20b5162..222bfea 100644
--- a/src/analysis/routine.c
+++ b/src/analysis/routine.c
@@ -251,7 +251,6 @@ GBinRoutine *g_binary_routine_new(void)
}
-
/******************************************************************************
* *
* Paramètres : type = type mis en place par la future routine. *