From 8a4ce91501b36e60dd484387772feb182187ae71 Mon Sep 17 00:00:00 2001 From: tomatze Date: Sun, 4 Jul 2021 15:39:07 +0200 Subject: [PATCH] fixed copied comment --- tcdistribution/CFDPDistributorIF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcdistribution/CFDPDistributorIF.h b/tcdistribution/CFDPDistributorIF.h index dd017c97..5f70e542 100644 --- a/tcdistribution/CFDPDistributorIF.h +++ b/tcdistribution/CFDPDistributorIF.h @@ -16,7 +16,7 @@ public: virtual ~CFDPDistributorIF() { } /** - * With this method, Services can register themselves at the PUS Distributor. + * With this method, Services can register themselves at the CFDP Distributor. * @param service A pointer to the registering Service. * @return - @c RETURN_OK on success, * - @c RETURN_FAILED on failure.