summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/gdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gdb.py b/misc/gdb.py
index f882f60853..85507fb540 100644
--- a/misc/gdb.py
+++ b/misc/gdb.py
@@ -2,7 +2,7 @@ import textwrap
# Usage:
# cfp: Dump the current cfp
-# cfp + 1: Dump the caller cfp
+# cfp 1: Dump the caller cfp
class CFP(gdb.Command):
FRAME_MAGICS = [
# frame types