aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib/gdb/command/xmethods.py
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/lib/gdb/command/xmethods.py')
-rw-r--r--gdb/python/lib/gdb/command/xmethods.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/python/lib/gdb/command/xmethods.py b/gdb/python/lib/gdb/command/xmethods.py
index f786227..719c146 100644
--- a/gdb/python/lib/gdb/command/xmethods.py
+++ b/gdb/python/lib/gdb/command/xmethods.py
@@ -1,5 +1,5 @@
# Xmethod commands.
-# Copyright 2013-2024 Free Software Foundation, Inc.
+# Copyright 2013-2025 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@ def parse_xm_command_args(arg):
Returns:
A 3-tuple: (<locus matching regular expression>,
<matcher matching regular expression>,
- <name matching regular experession>)
+ <name matching regular expression>)
"""
argv = gdb.string_to_argv(arg)
argc = len(argv)