summaryrefslogtreecommitdiff
path: root/src/analysis/block-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-26 19:41:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-26 19:41:04 (GMT)
commit2050b07c42c15738662dd9b3c5841694b64ab2a3 (patch)
treef6283df4b4775f0c4e42e14025d67443f8fdf9b5 /src/analysis/block-int.h
parentb0b35292cb22899b1b23556be452eb827e4010d7 (diff)
Provided some debug helpers as plugin samples.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@330 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/block-int.h')
-rw-r--r--src/analysis/block-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/block-int.h b/src/analysis/block-int.h
index 249aa57..419a8b0 100644
--- a/src/analysis/block-int.h
+++ b/src/analysis/block-int.h
@@ -32,7 +32,7 @@
/* Recherche le bloc contenant une adresse donnée. */
typedef GInstrBlock * (* find_by_addr_fc) (const GInstrBlock *, vmpa_t, bool);
-/* Parcours tous les blocs d'instructions dans un ordre donné. */
+/* Parcourt tous les blocs d'instructions dans un ordre donné. */
typedef bool (* visit_all_blocks_fc) (GInstrBlock *, instr_block_visitor_cb, void *);
/* Etablit la liste de tous les blocs présents. */