Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net Fix typo(s/suppport/support/) in comment. From ...



details:   https://anonhg.NetBSD.org/src/rev/710bff36b5d0
branches:  trunk
changeset: 451615:710bff36b5d0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed May 29 02:30:42 2019 +0000

description:
Fix typo(s/suppport/support/) in comment. From FreeBSD.

diffstat:

 lib/libc/net/rthdr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 26c67fa42475 -r 710bff36b5d0 lib/libc/net/rthdr.c
--- a/lib/libc/net/rthdr.c      Wed May 29 01:58:39 2019 +0000
+++ b/lib/libc/net/rthdr.c      Wed May 29 02:30:42 2019 +0000
@@ -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 @@
        case IPV6_RTHDR_TYPE_0:
                return (((segments * 2) + 1) << 3);
        default:
-               return (0);     /* type not suppported */
+               return (0);     /* type not supported */
        }
 }
 



Home | Main Index | Thread Index | Old Index