mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Fix incorrect comment.
Submitted by: James Bowman <jamesb@acelere.net>
This commit is contained in:
parent
5c18d18b1d
commit
25b67768f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141598
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user