mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Fix typo in py-type.c docstring
I noticed that a doc string py-type.c says "an signed". This patch corrects it to "a signed".
This commit is contained in:
@ -1524,7 +1524,7 @@ static gdb_PyGetSetDef type_object_getset[] =
|
||||
{ "is_scalar", typy_is_scalar, nullptr,
|
||||
"Is this a scalar type?", nullptr },
|
||||
{ "is_signed", typy_is_signed, nullptr,
|
||||
"Is this an signed type?", nullptr },
|
||||
"Is this a signed type?", nullptr },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user