summaryrefslogtreecommitdiff
path: root/src/analysis/db/items/comment.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-04-29 21:36:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-04-29 21:36:48 (GMT)
commit85ddac0558313b5d3fbd9428ae3e9614f16d514d (patch)
tree208bdf6311ba8414e38909870be753fcd062d404 /src/analysis/db/items/comment.c
parent2e867fcae6e91594ae47528ca097952398ffcca4 (diff)
Improved the documentation of the disassembly cache for Python.
Diffstat (limited to 'src/analysis/db/items/comment.c')
-rw-r--r--src/analysis/db/items/comment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/db/items/comment.c b/src/analysis/db/items/comment.c
index 241451f..6c1f6d9 100644
--- a/src/analysis/db/items/comment.c
+++ b/src/analysis/db/items/comment.c
@@ -635,7 +635,7 @@ static bool g_db_comment_run(GDbComment *comment, GLoadedBinary *binary, bool ap
result = true;
- cache = g_loaded_binary_get_disassembled_cache(binary);
+ cache = g_loaded_binary_get_disassembly_cache(binary);
cursor = g_binary_cursor_new();
g_binary_cursor_update(G_BINARY_CURSOR(cursor), &comment->addr);