Merge pull request #8 from mysterywolf/new

correct a typo
This commit is contained in:
Gabriel Wang 2022-06-15 11:22:00 +01:00 committed by GitHub
commit 865e55d09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{