[rtems-libbsd commit] Fix wording and spelling.
Chris Johns
chrisj at rtems.org
Wed Jun 29 23:25:17 UTC 2016
Module: rtems-libbsd
Branch: master
Commit: dc5b267aaaba0a67dccb329a8d2a87db7bcf6c37
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=dc5b267aaaba0a67dccb329a8d2a87db7bcf6c37
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Jun 30 09:25:13 2016 +1000
Fix wording and spelling.
---
rtemsbsd/rtems/rtems-bsd-rc-conf-net.c | 7 ++++---
1 file 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 8181226..5437841 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;
More information about the vc
mailing list