aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/utils/os_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/os_utils.h b/src/lib/utils/os_utils.h
index c8cd599d0..213c5982b 100644
--- a/src/lib/utils/os_utils.h
+++ b/src/lib/utils/os_utils.h
@@ -30,7 +30,7 @@ uint32_t get_process_id();
* Under GCC or Clang on supported platforms the hardware cycle counter is queried:
* x86, PPC, Alpha, SPARC, IA-64, S/390x, and HP-PA
* On other platforms clock_gettime is used with some monotonic timer, if available.
-* As a final callback std::chrono::high_resolution_clock is used.
+* As a final fallback std::chrono::high_resolution_clock is used.
*/
uint64_t get_processor_timestamp();