diff --git a/src/core/helpers.cpp b/src/core/helpers.cpp index dce45b27f..95b2b366e 100644 --- a/src/core/helpers.cpp +++ b/src/core/helpers.cpp @@ -33,7 +33,7 @@ char * Helpers::hextoa(char * result, const uint8_t value) { return result; } -// same as above but to a hex string +// same as hextoa but uses to a hex std::string std::string Helpers::hextoa(const uint8_t value, bool prefix) { char buf[3]; if (prefix) {