Browse Source

putil: Fix a faulty docstring in BamReader

rdb 2 years ago
parent
commit
86804b3ed1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/putil/bamReader.cxx

+ 1 - 1
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