]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-value.c
[gdb/python] Fix doc string of valpy_const_value
[thirdparty/binutils-gdb.git] / gdb / python / py-value.c
index 6c62820c63b992b146dee60e8f307973f612af74..a3d80adce03df6ebef657a03e7d8cfbe52842949 100644 (file)
@@ -2106,7 +2106,7 @@ reinterpret_cast operator."
   { "rvalue_reference_value", valpy_rvalue_reference_value, METH_NOARGS,
     "Return a value of type TYPE_CODE_RVALUE_REF referencing this value." },
   { "const_value", valpy_const_value, METH_NOARGS,
-    "Return a 'const' qualied version of the same value." },
+    "Return a 'const' qualified version of the same value." },
   { "lazy_string", (PyCFunction) valpy_lazy_string,
     METH_VARARGS | METH_KEYWORDS,
     "lazy_string ([encoding]  [, length]) -> lazy_string\n\