diff options
Diffstat (limited to 'gdb/python/py-evtregistry.c')
-rw-r--r-- | gdb/python/py-evtregistry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-evtregistry.c b/gdb/python/py-evtregistry.c index cf3505e..4ea2bcc 100644 --- a/gdb/python/py-evtregistry.c +++ b/gdb/python/py-evtregistry.c @@ -112,7 +112,7 @@ gdbpy_initialize_eventregistry (void) (PyObject *) &eventregistry_object_type); } -/* Retern the number of listeners currently connected to this +/* Return the number of listeners currently connected to this registry. */ int |