[rtems-libbsd commit] Fix spelling
Sebastian Huber
sebh at rtems.org
Thu Nov 6 07:50:51 UTC 2014
Module: rtems-libbsd
Branch: master
Commit: 0bed8d964c7e78d314617e93bb5aaf12532a7a34
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=0bed8d964c7e78d314617e93bb5aaf12532a7a34
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Nov 6 08:59:37 2014 +0100
Fix spelling
---
rtemsbsd/include/rtems/mdns.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rtemsbsd/include/rtems/mdns.h b/rtemsbsd/include/rtems/mdns.h
index 4abfbfe..d95978f 100644
--- a/rtemsbsd/include/rtems/mdns.h
+++ b/rtemsbsd/include/rtems/mdns.h
@@ -71,12 +71,12 @@ rtems_status_code rtems_mdns_initialize(rtems_task_priority daemon_priority,
mDNS *rtems_mdns_get_instance(void);
/**
- * @brief Sets the multi-cast hostname of the mDNS resolver instance.
+ * @brief Sets the multicast hostname of the mDNS resolver instance.
*
* In case the mDNS resolver instance is not initialized, then this function
* has no effect.
*
- * @param[in] hostname The new multi-cast hostname.
+ * @param[in] hostname The new multicast hostname.
*/
static inline void
rtems_mdns_sethostname(const char *hostname)
More information about the vc
mailing list