summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/net/rthdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/net/rthdr.c')
-rw-r--r--freebsd/lib/libc/net/rthdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/net/rthdr.c b/freebsd/lib/libc/net/rthdr.c
index 841ccd50..aaac7fac 100644
--- a/freebsd/lib/libc/net/rthdr.c
+++ b/freebsd/lib/libc/net/rthdr.c
@@ -284,7 +284,7 @@ inet6_rth_space(int type, int segments)
return (((segments * 2) + 1) << 3);
/* FALLTHROUGH */
default:
- return (0); /* type not suppported */
+ return (0); /* type not supported */
}
}