fixed copied comment

This commit is contained in:
tomatze 2021-07-04 15:39:07 +02:00
parent 53cada41ef
commit 8a4ce91501

View File

@ -16,7 +16,7 @@ public:
virtual ~CFDPDistributorIF() { 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. * @param service A pointer to the registering Service.
* @return - @c RETURN_OK on success, * @return - @c RETURN_OK on success,
* - @c RETURN_FAILED on failure. * - @c RETURN_FAILED on failure.