correct a typo

This commit is contained in:
Meco Man 2022-06-15 06:05:44 -04:00
parent f9fd6d7067
commit d73e29e220

View File

@ -474,7 +474,7 @@ int64_t clock(void)
/*!
* \brief get the elapsed cycles since perf_counter is initialised
*
* \return int64_t the elpased cycles
* \return int64_t the elapsed cycles
*/
int64_t get_system_ticks(void)
{