docs: fix stray reference to symbol finder

"Object finder" was renamed from "symbol finder" awhile ago, but we
forgot to update the advanced usage documentation.

Fixes: 0c5df56fba ("libdrgn: replace symbol index with object index")
Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2022-07-27 09:40:43 -07:00
parent e3ba4d2f99
commit 0d95ac0d6e

View File

@ -79,8 +79,8 @@ program "memory":
print(drgn.Object(prog, 'struct btrfs_super_block', address=65536))
:meth:`drgn.Program.add_type_finder()` and
:meth:`drgn.Program.add_symbol_finder()` are the equivalent methods for
plugging in types and symbols.
:meth:`drgn.Program.add_object_finder()` are the equivalent methods for
plugging in types and objects.
Environment Variables
---------------------