diff --git a/src/processor_tracker_feature.h b/src/processor_tracker_feature.h index 1e8aa83d149b27275faa775d1e68599952780d52..e51bd731282fa81c25d059ee23b8810041244ded 100644 --- a/src/processor_tracker_feature.h +++ b/src/processor_tracker_feature.h @@ -70,7 +70,7 @@ WOLF_PTR_TYPEDEFS(ProcessorTrackerFeature); * - establishConstraints() : which calls the pure virtual: * - createConstraint() : create constraint of the correct derived type <=== IMPLEMENT * - * Should you need extra functionality for your derived types, you can overload these two methods, + * Should you need extra functionality for your derived types, you can override these two methods, * * - preProcess() { } * - postProcess() { }