summaryrefslogtreecommitdiffstats
path: root/darwin
diff options
context:
space:
mode:
Diffstat (limited to 'darwin')
-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};