Fix incorrect comment.

Submitted by:	James Bowman <jamesb@acelere.net>
This commit is contained in:
Archie Cobbs 2005-02-10 02:43:26 +00:00
parent 5c18d18b1d
commit 25b67768f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141598

View File

@ -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 */