Fix incorrect class name in free_objfile documentation
authorTom Tromey <tromey@adacore.com>
Fri, 4 Aug 2023 15:51:54 +0000 (09:51 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 4 Aug 2023 15:51:54 +0000 (09:51 -0600)
The documentation for the Python free_objfile event registry uses the
wrong class name.  This patch fixes it.  I'm checking this in as
obvious.

gdb/doc/python.texi

index a4ec5bf..bd4818f 100644 (file)
@@ -3715,7 +3715,7 @@ is about to be removed from @value{GDBN}.  One reason this can happen
 is when the inferior calls @code{dlclose}.
 @code{gdb.FreeObjFileEvent} has one attribute:
 
-@defvar NewObjFileEvent.objfile
+@defvar FreeObjFileEvent.objfile
 A reference to the object file (@code{gdb.Objfile}) which will be unloaded.
 @xref{Objfiles In Python}, for details of the @code{gdb.Objfile} object.
 @end defvar