From 0c8ae72555b63f879e72196f27baa1c3315486e4 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Sun, 9 Sep 2007 02:28:53 +0000 Subject: [PATCH] typo --- include/base_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.