From b8cabada0e9e37ffe92e81020478e9fb80b7ceb0 Mon Sep 17 00:00:00 2001
From: Joan Sola <jsola@iri.upc.edu>
Date: Thu, 3 May 2018 18:11:31 +0200
Subject: [PATCH] Small documentation

---
 src/processor_tracker_feature.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/processor_tracker_feature.h b/src/processor_tracker_feature.h
index 1e8aa83d1..e51bd7312 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() { }
-- 
GitLab