summaryrefslogtreecommitdiffstats
path: root/darwin/Platform.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-08-25 20:45:00 +0200
committerBenny Baumann <BenBE@geshi.org>2021-08-25 20:45:00 +0200
commit16faf82739f8b85515174b916b03efa63d53ae8a (patch)
treeda3bb625ae573c6568a0b49f4f1a4938108d7aa3 /darwin/Platform.h
parentdf17374a92f7af03ae2c255a92f132056bf6a0fc (diff)
Clarify naming of Platform_nanosecondsPerSchedulerTick
Diffstat (limited to 'darwin/Platform.h')
-rw-r--r--darwin/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/Platform.h b/darwin/Platform.h
index b907a8d5..cd90dd96 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -40,7 +40,7 @@ void Platform_init(void);
uint64_t Platform_machTicksToNanoseconds(uint64_t mach_ticks);
// Converts "scheduler ticks" to nanoseconds.
-// See `sysconf(_SC_CLK_TCK)`, as used to define the `Platform_schedulerTicksPerNS` constant.
+// See `sysconf(_SC_CLK_TCK)`, as used to define the `Platform_nanosecondsPerSchedulerTick` constant.
double Platform_schedulerTicksToNanoseconds(const double scheduler_ticks);
void Platform_done(void);

© 2014-2024 Faster IT GmbH | imprint | privacy policy