mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-05 01:03:55 +08:00
Fix wording and spelling.
This commit is contained in:
parent
573b198243
commit
dc5b267aaa
@ -496,9 +496,10 @@ setup_vlans(rtems_bsd_rc_conf* rc_conf,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The rc_conf struct cannot be passed to a thread as a pointer. It can only be
|
* The rc_conf struct cannot be passed to a thread as a pointer. It can only be
|
||||||
* used in the rc.conf worker thread. As a result the values need to print a
|
* used in the rc.conf worker thread. As a result the values needed to print a
|
||||||
* verbose message to aid debugging needs to have local oopies made and passed
|
* verbose message to aid debugging need to have local copies made and passed
|
||||||
* to the dhcpcd worker. The dhcpcd worker runs for ever.
|
* to the dhcpcd worker. The dhcpcd worker should run for ever. Clean up the
|
||||||
|
* memory if it exits.
|
||||||
*/
|
*/
|
||||||
typedef struct dhcpcd_data {
|
typedef struct dhcpcd_data {
|
||||||
rtems_bsd_rc_conf_argc_argv* argc_argv;
|
rtems_bsd_rc_conf_argc_argv* argc_argv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user