diff options
author | Jack Lloyd <[email protected]> | 2017-01-03 11:35:17 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-03 11:35:17 -0500 |
commit | c2a723f19a8ad2a4cf74f1b2ea84b5332f2adace (patch) | |
tree | dd4d9ea5b5483de1a0ce1ae4386ac1a9f1e1b11f /src/lib/utils/os_utils.h | |
parent | e7f9409df8a140d6e1854fe23004428998ff5356 (diff) |
Fix comment typo [ci skip]
Diffstat (limited to 'src/lib/utils/os_utils.h')
-rw-r--r-- | src/lib/utils/os_utils.h | 2 |
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(); |