summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-03-27 20:43:25 +0100
committerChristian Göttsche <cgzones@googlemail.com>2024-03-27 20:43:25 +0100
commit3016a5f28b72f98c81f566d21794cc354d083d4d (patch)
tree70a1e0fb4f3a2ebbe4ebba0d09a05480eac630d3
parente50b33d53795a5c8d95849347802e860deea55a6 (diff)
Fix typo
[ci skip]
-rw-r--r--darwin/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/Platform.c b/darwin/Platform.c
index 77b9bcdc..d16156c6 100644
--- a/darwin/Platform.c
+++ b/darwin/Platform.c
@@ -478,7 +478,7 @@ bool Platform_getDiskIO(DiskIOData* data) {
bool Platform_getNetworkIO(NetworkIOData* data) {
int mib[6] = {CTL_NET,
PF_ROUTE, /* routing messages */
- 0, /* protocal number, currently always 0 */
+ 0, /* protocol number, currently always 0 */
0, /* select all address families */
NET_RT_IFLIST2, /* interface list with addresses */
0};

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