Fix wrong comment

This commit is contained in:
GUVWAF 2022-11-25 20:32:43 +01:00
parent c71e32970c
commit 8815746006

View File

@ -2,7 +2,7 @@
#include "ProtobufModule.h"
/**
* Routing module for router control messages
* Admin module for admin messages
*/
class AdminModule : public ProtobufModule<AdminMessage>
{