From 640cd500c36e0d9bccba0767a4b16c1ac65c73c4 Mon Sep 17 00:00:00 2001 From: Soham Nandy Date: Fri, 11 Apr 2025 12:12:31 +0530 Subject: [PATCH] fix typo on time.hpp Co-authored-by: Maurice Heumann --- src/common/utils/time.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/utils/time.hpp b/src/common/utils/time.hpp index 255045fc..fdc3d89f 100644 --- a/src/common/utils/time.hpp +++ b/src/common/utils/time.hpp @@ -36,7 +36,7 @@ namespace utils return std::chrono::steady_clock::now(); } - // Returnds the current timestamp counter value. RDTSC on x86/x64, or just time since epoch for ARM + // Returns the current timestamp counter value. RDTSC on x86/x64, or just time since epoch for ARM /// TODO: find better solution for ARM and Figure out better CPU base frequency heuristics virtual uint64_t timestamp_counter() {