summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-04-14 20:59:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-04-14 20:59:18 (GMT)
commit94fc32b6e4d985df049a33bd2c31f6932a1e292c (patch)
tree832a1f513b21b1cf6561166602d5ea9adc996848
parent799edfed201e47b5d16fa811ffc77231695000d7 (diff)
Typo.
-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. *