diff --git a/src/zfm20/zfm20.h b/src/zfm20/zfm20.h index 42bce2de..6625e9d7 100644 --- a/src/zfm20/zfm20.h +++ b/src/zfm20/zfm20.h @@ -213,7 +213,7 @@ namespace upm { * * @param pkt Packet to check * @param len Length of packet - * @return True if the checksum is valid, false otherwise + * @return True if the packet is valid, false otherwise */ bool verifyPacket(unsigned char *pkt, int len);