about summary refs log tree commit diff stats
path: root/miasm2/analysis/debugging.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--miasm2/analysis/debugging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/analysis/debugging.py b/miasm2/analysis/debugging.py
index d970f848..fc03eb17 100644
--- a/miasm2/analysis/debugging.py
+++ b/miasm2/analysis/debugging.py
@@ -87,7 +87,7 @@ class Debugguer(object):
         self.myjit.add_breakpoint(addr, func)
 
     def init_memory_breakpoint(self):
-        "Set exception handler on EXCEPT_BREAKPOINT_INTERN"
+        "Set exception handler on EXCEPT_BREAKPOINT_MEMORY"
         raise NotImplementedError("Not implemented")
 
     def add_memory_breakpoint(self, addr, size, read=False, write=False):