commit | 2242afe89683fc5fada197595c5b78a6620032a8 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Sat Jun 03 22:43:57 2023 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Sat Jun 03 22:43:57 2023 +0200 |
tree | 334396f9e340d3207b5dfb393c2250bea852010c | |
parent | 26236df340ce4f2c447604cc89e65f85d9a80329 [diff] |
[gdb/python] Fix doc string of valpy_const_value In gdb/python/py-value.c, in the value_object_methods array I noticed: ... { "const_value", valpy_const_value, METH_NOARGS, "Return a 'const' qualied version of the same value." }, ... Fix the qualied -> qualified typo. Reviewed-By: Tom Tromey <tom@tromey.com>