about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorW0ni <81616747+W0ni@users.noreply.github.com>2024-03-14 18:58:19 +0100
committerGitHub <noreply@github.com>2024-03-14 18:58:19 +0100
commit862b74a297e6d724c97b76d75b76c1cca541d952 (patch)
tree8ed819221d3283245f13994edf9efbf98b0ab5e1
parent2b1273e097495cbce6df53b0e5d9f03692df82b0 (diff)
downloadmiasm-862b74a297e6d724c97b76d75b76c1cca541d952.tar.gz
miasm-862b74a297e6d724c97b76d75b76c1cca541d952.zip
Remove misleading comment
-rw-r--r--example/symbol_exec/symbol_exec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/symbol_exec/symbol_exec.py b/example/symbol_exec/symbol_exec.py
index 1d3f4576..f11f095a 100644
--- a/example/symbol_exec/symbol_exec.py
+++ b/example/symbol_exec/symbol_exec.py
@@ -54,5 +54,5 @@ cur_addr = symb.run_at(ircfg, addr, step=options.steps)
 # Modified elements
 print('Modified registers:')
 symb.dump(mems=False)
-print('Modified memory (should be empty):')
+print('Modified memory:')
 symb.dump(ids=False)