diff --git a/gdb-port/parser-name-instrumentation-gdb.py b/gdb-port/parser-name-instrumentation-gdb.py
index 5e81b72090e13c4b64ad18e2fb5cd395aca1a6e0..98a97286abd5c925f0536666300b2ec27b4b8790 100644
--- a/gdb-port/parser-name-instrumentation-gdb.py
+++ b/gdb-port/parser-name-instrumentation-gdb.py
@@ -245,7 +245,7 @@ breakpoint_manager.set_init_parser_breakpoint()
 #for func in H_RULE_FUNCTIONS:
 #	func_retq = locate_retq(func[0], func[1])
 #	h_rule_breakpoints[func] = HRuleBreakpoint("*" + hex(func_retq))
-print(":: RET breakpoints in functions with H_RULES")
+print(":: RET breakpoints in functions with H_RULEs")
 breakpoint_manager.set_h_rule_breakpoints()