summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ppp.h
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2005-02-10 02:43:26 +0000
committerarchie <archie@FreeBSD.org>2005-02-10 02:43:26 +0000
commit359d95f6c53a1687ca4c88ac358e1950c38db17a (patch)
treeeed71660df2e1a21d117bb546b6351275fdbba7f /sys/netgraph/ng_ppp.h
parent480b60be3cb8e945f6ef7ac0d864fcc6840e06e9 (diff)
downloadFreeBSD-src-359d95f6c53a1687ca4c88ac358e1950c38db17a.zip
FreeBSD-src-359d95f6c53a1687ca4c88ac358e1950c38db17a.tar.gz
Fix incorrect comment.
Submitted by: James Bowman <jamesb@acelere.net>
Diffstat (limited to 'sys/netgraph/ng_ppp.h')
-rw-r--r--sys/netgraph/ng_ppp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ppp.h b/sys/netgraph/ng_ppp.h
index e978389..eb43cfb 100644
--- a/sys/netgraph/ng_ppp.h
+++ b/sys/netgraph/ng_ppp.h
@@ -107,7 +107,7 @@ struct ng_ppp_link_conf {
u_char enableACFComp; /* enable addr/ctrl field compression */
u_int16_t mru; /* peer MRU */
u_int32_t latency; /* link latency (in milliseconds) */
- u_int32_t bandwidth; /* link bandwidth (in bytes/second) */
+ u_int32_t bandwidth; /* link bandwidth (in bytes/sec/10) */
};
/* Keep this in sync with the above structure definition */
OpenPOWER on IntegriCloud