summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-09-18 15:55:21 +0200
committerChristian Göttsche <cgzones@googlemail.com>2021-09-18 15:55:21 +0200
commit80a515abcc746f8b749c7923438758d8c9666eec (patch)
tree51068718f851b8605938add171947405f2ce3a2a
parent5000cefc138a8ca2c0a1dbef420cdb3a70116789 (diff)
Fix typo
-rw-r--r--darwin/DarwinProcess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/DarwinProcess.c b/darwin/DarwinProcess.c
index 70cce725..20e91f77 100644
--- a/darwin/DarwinProcess.c
+++ b/darwin/DarwinProcess.c
@@ -269,7 +269,7 @@ ERROR_A:
Process_updateCmdline(proc, k->kp_proc.p_comm, 0, strlen(k->kp_proc.p_comm));
}
-// Converts nanoseconds to hundreths of a second (centiseconds) as needed by the "time" field of the Process struct.
+// Converts nanoseconds to hundredths of a second (centiseconds) as needed by the "time" field of the Process struct.
static long long int nanosecondsToCentiseconds(uint64_t nanoseconds) {
const uint64_t centiseconds_per_second = 100;
const uint64_t nanoseconds_per_second = 1e9;

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