diff --git a/src/goose/goose_publisher.h b/src/goose/goose_publisher.h index 77eb2766..0d5e6417 100644 --- a/src/goose/goose_publisher.h +++ b/src/goose/goose_publisher.h @@ -170,7 +170,7 @@ GoosePublisher_setStNum(GoosePublisher self, uint32_t stNum); * NOTE: Only for testing! The sequence number is increase manually whenever \ref GoosePublisher_publish is called. * * \param self GoosePublisher instance - * \param stNum the state number of the next GOOSE message to send + * \param sqNum the sequence number of the next GOOSE message to send */ LIB61850_API void GoosePublisher_setSqNum(GoosePublisher self, uint32_t sqNum);