summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-06-30 09:25:13 +1000
committerChris Johns <chrisj@rtems.org>2016-06-30 09:25:13 +1000
commitdc5b267aaaba0a67dccb329a8d2a87db7bcf6c37 (patch)
treea9ea96376ed741721243c2177c460eb544cf380d
parentAdd DHCP support to rc.conf. (diff)
downloadrtems-libbsd-dc5b267aaaba0a67dccb329a8d2a87db7bcf6c37.tar.bz2
Fix wording and spelling.
-rw-r--r--rtemsbsd/rtems/rtems-bsd-rc-conf-net.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c b/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c
index 81812266..54378414 100644
--- a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c
+++ b/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c
@@ -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
- * used in the rc.conf worker thread. As a result the values need to print a
- * verbose message to aid debugging needs to have local oopies made and passed
- * to the dhcpcd worker. The dhcpcd worker runs for ever.
+ * used in the rc.conf worker thread. As a result the values needed to print a
+ * verbose message to aid debugging need to have local copies made and passed
+ * to the dhcpcd worker. The dhcpcd worker should run for ever. Clean up the
+ * memory if it exits.
*/
typedef struct dhcpcd_data {
rtems_bsd_rc_conf_argc_argv* argc_argv;