diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2019-05-29 02:30:42 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2019-05-29 02:30:42 +0000 |
| commit | ea67b89ad3dc17a993f1e27d8678b5dcdc5eff3c (patch) | |
| tree | 3deb8429d1fc1fd85f3bf0c4fc00d1448c2d46bb /lib/libc | |
| parent | f22d465f1bb8157dd46764d84b66ad4c4a922f8f (diff) | |
Fix typo(s/suppport/support/) in comment. From FreeBSD.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/rthdr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/rthdr.c b/lib/libc/net/rthdr.c index 9517cc0cc60..63b4390e374 100644 --- a/lib/libc/net/rthdr.c +++ b/lib/libc/net/rthdr.c @@ -1,4 +1,4 @@ -/* $NetBSD: rthdr.c,v 1.18 2012/03/13 21:13:42 christos Exp $ */ +/* $NetBSD: rthdr.c,v 1.19 2019/05/29 02:30:42 msaitoh Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -31,7 +31,7 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: rthdr.c,v 1.18 2012/03/13 21:13:42 christos Exp $"); +__RCSID("$NetBSD: rthdr.c,v 1.19 2019/05/29 02:30:42 msaitoh Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h" @@ -289,7 +289,7 @@ inet6_rth_space(int type, int segments) case IPV6_RTHDR_TYPE_0: return (((segments * 2) + 1) << 3); default: - return (0); /* type not suppported */ + return (0); /* type not supported */ } } |
