summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/mdns.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-06 08:59:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-06 08:59:37 +0100
commit0bed8d964c7e78d314617e93bb5aaf12532a7a34 (patch)
treeccb5b29c4f1eb2b71868c6977f3d71355f0d787e /rtemsbsd/include/rtems/mdns.h
parentAdd rtems_mdns_sethostname() (diff)
downloadrtems-libbsd-0bed8d964c7e78d314617e93bb5aaf12532a7a34.tar.bz2
Fix spelling
Diffstat (limited to 'rtemsbsd/include/rtems/mdns.h')
-rw-r--r--rtemsbsd/include/rtems/mdns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemsbsd/include/rtems/mdns.h b/rtemsbsd/include/rtems/mdns.h
index 4abfbfe5..d95978f3 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)