public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Fix typo in py-type.c docstring
@ 2023-07-21 16:34 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2023-07-21 16:34 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

I noticed that a doc string py-type.c says "an signed".
This patch corrects it to "a signed".
---
 gdb/python/py-type.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/python/py-type.c b/gdb/python/py-type.c
index b4d1e230b3b..b60875c792e 100644
--- a/gdb/python/py-type.c
+++ b/gdb/python/py-type.c
@@ -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 }
 };
 
-- 
2.40.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-21 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21 16:34 [pushed] Fix typo in py-type.c docstring Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).