diff --git a/gdb.py b/gdb.py
index e146aa3aea5c82c2ca61ee364001da6bae4ecc2f..b6d90b429254a63064d17697234259edd27b3b21 100644
--- a/gdb.py
+++ b/gdb.py
@@ -261,7 +261,7 @@ def posted_event_init():
                 print("%s Total time: %s" % (obj, tot_time))
             else:
                 print("%s" % (obj))
-        # comment out to prevent gdb from finishing, useful to debugging
+        # comment out to prevent gdb from quit on finish, useful to debugging
         gdb.execute("quit")