From f3dd75a38d66ed54a0f2660b0a27d177fb33f068 Mon Sep 17 00:00:00 2001 From: mpp Date: Tue, 30 Jan 1996 23:02:38 +0000 Subject: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. --- sys/net/route.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/net/route.h') diff --git a/sys/net/route.h b/sys/net/route.h index 55b2738..e6e504a 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)route.h 8.3 (Berkeley) 4/19/94 - * $Id: route.h,v 1.18 1995/11/16 19:00:09 phk Exp $ + * $Id: route.h,v 1.19 1995/12/14 09:53:28 phk Exp $ */ #ifndef _NET_ROUTE_H_ @@ -63,8 +63,8 @@ struct rt_metrics { u_long rmx_mtu; /* MTU for this path */ u_long rmx_hopcount; /* max hops expected */ u_long rmx_expire; /* lifetime for route, e.g. redirect */ - u_long rmx_recvpipe; /* inbound delay-bandwith product */ - u_long rmx_sendpipe; /* outbound delay-bandwith product */ + u_long rmx_recvpipe; /* inbound delay-bandwidth product */ + u_long rmx_sendpipe; /* outbound delay-bandwidth product */ u_long rmx_ssthresh; /* outbound gateway buffer limit */ u_long rmx_rtt; /* estimated round trip time */ u_long rmx_rttvar; /* estimated rtt variance */ -- cgit v1.1