diff options
Diffstat (limited to 'gdb/python/py-cmd.c')
-rw-r--r-- | gdb/python/py-cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-cmd.c b/gdb/python/py-cmd.c index f7fc79e..dbba204 100644 --- a/gdb/python/py-cmd.c +++ b/gdb/python/py-cmd.c @@ -521,7 +521,7 @@ cmdpy_init (PyObject *self, PyObject *args, PyObject *kw) docstring.release (), cmd_list); /* If successful, the above takes ownership of the name, since we set - name_allocated, so release it. */ + name_allocated, so release it. */ cmd_name.release (); /* There appears to be no API to set this. */ |