From 86804b3ed1c31841cd198091cd3f5688a0028e3e Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 5 May 2023 10:48:04 +0200 Subject: [PATCH] putil: Fix a faulty docstring in BamReader --- panda/src/putil/bamReader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/putil/bamReader.cxx b/panda/src/putil/bamReader.cxx index 2c9f0958ea..6c6d6e7b4f 100644 --- a/panda/src/putil/bamReader.cxx +++ b/panda/src/putil/bamReader.cxx @@ -315,7 +315,7 @@ read_object(TypedWritable *&ptr, ReferenceCount *&ref_ptr) { * time to call it. * * This must be called at least once after reading a particular object via - * get_object() in order to validate that object. + * read_object() in order to validate that object. * * The return value is true if all objects have been resolved, or false if * some objects are still outstanding (in which case you will need to call