Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Fix it's -> its in a comment.



details:   https://anonhg.NetBSD.org/src/rev/c2d8d68ddb27
branches:  trunk
changeset: 825891:c2d8d68ddb27
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Aug 04 20:17:45 2017 +0000

description:
Fix it's -> its in a comment.

diffstat:

 sys/netinet/in.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d9310bb11992 -r c2d8d68ddb27 sys/netinet/in.c
--- a/sys/netinet/in.c  Fri Aug 04 11:55:06 2017 +0000
+++ b/sys/netinet/in.c  Fri Aug 04 20:17:45 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in.c,v 1.205 2017/06/22 09:53:24 ozaki-r Exp $ */
+/*     $NetBSD: in.c,v 1.206 2017/08/04 20:17:45 uwe Exp $     */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in.c,v 1.205 2017/06/22 09:53:24 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in.c,v 1.206 2017/08/04 20:17:45 uwe Exp $");
 
 #include "arp.h"
 
@@ -1126,7 +1126,7 @@
        s = splsoftnet();
        error = if_addr_init(ifp, &ia->ia_ifa, true);
        splx(s);
-       /* Now clear the try tentative flag, it's job is done. */
+       /* Now clear the try tentative flag, its job is done. */
        ia->ia4_flags &= ~IN_IFF_TRYTENTATIVE;
        if (error != 0) {
                ia->ia_addr = oldaddr;



Home | Main Index | Thread Index | Old Index