diff --git a/include/base_struct.h b/include/base_struct.h index b9f5fac8b9..d2ce1db782 100644 --- a/include/base_struct.h +++ b/include/base_struct.h @@ -252,7 +252,7 @@ public: /** * Function IterateForward - * walks through the object tree calling the testFunc on each object + * walks through the object tree calling the inspector() on each object * type requested in scanTypes. * * @param listStart The first in a list of EDA_BaseStructs to iterate over.