Module Name: src
Committed By: is
Date: Tue Apr 7 18:47:43 UTC 2020
Modified Files:
src/sys/net [is-mlppp]: if_spppvar.h
Log Message:
fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.22.12.1 -r1.22.12.2 src/sys/net/if_spppvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net/if_spppvar.h
diff -u src/sys/net/if_spppvar.h:1.22.12.1 src/sys/net/if_spppvar.h:1.22.12.2
--- src/sys/net/if_spppvar.h:1.22.12.1 Tue Apr 7 18:32:20 2020
+++ src/sys/net/if_spppvar.h Tue Apr 7 18:47:43 2020
@@ -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 @@ struct slcp {
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 */