Source-Changes-HG archive

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

[src/is-mlppp]: src/sys/net fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/9ff54d460f06
branches:  is-mlppp
changeset: 970674:9ff54d460f06
user:      is <is%NetBSD.org@localhost>
date:      Tue Apr 07 18:47:43 2020 +0000

description:
fix typo in comment.

diffstat:

 sys/net/if_spppvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df953baa34f4 -r 9ff54d460f06 sys/net/if_spppvar.h
--- a/sys/net/if_spppvar.h      Tue Apr 07 18:35:01 2020 +0000
+++ b/sys/net/if_spppvar.h      Tue Apr 07 18:47:43 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_spppvar.h,v 1.22.12.1 2020/04/07 18:32:20 is Exp $  */
+/*     $NetBSD: if_spppvar.h,v 1.22.12.2 2020/04/07 18:47:43 is Exp $  */
 
 #ifndef _NET_IF_SPPPVAR_H_
 #define _NET_IF_SPPPVAR_H_
@@ -47,7 +47,7 @@
        int     max_failure;
        /* multilink variables */
        u_long  mrru;           /* our   max received reconstructed unit */
-       u_long  their_mrru;     /* their max receive dreconstructed unit */
+       u_long  their_mrru;     /* their max received reconstructed unit */
 };
 
 #define IDX_IPCP 1             /* idx into state table */



Home | Main Index | Thread Index | Old Index