From d73e29e22052587bb0556f6f605196c7b9f20125 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Wed, 15 Jun 2022 06:05:44 -0400 Subject: [PATCH] correct a typo --- perf_counter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf_counter.c b/perf_counter.c index 6caad47..4fad03b 100644 --- a/perf_counter.c +++ b/perf_counter.c @@ -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) {