diff --git a/inc/Helpers/ForwardControlConfiguration.hpp b/inc/Helpers/ForwardControlConfiguration.hpp
index df29ff346709f7aad403de7b12aac512953a6b1d..c542450b670a91984fdd86cf2f56230ce7df018b 100644
--- a/inc/Helpers/ForwardControlConfiguration.hpp
+++ b/inc/Helpers/ForwardControlConfiguration.hpp
@@ -27,7 +27,8 @@ namespace ForwardControlConfiguration
 class ApplicationProcess {
 public:
 	/**
-	 * Boolean values for each service type of an application process. See next documentation comment.
+	 * Boolean values for each service type of an application process. True indicates that the service type is not
+	 * empty of report types.
 	 */
 	typedef etl::map<uint8_t, bool, ECSSMaxServiceTypeDefinitions> reportsNotEmpty;