Fix spelling

This commit is contained in:
Sebastian Huber
2014-11-06 08:59:37 +01:00
parent 7a3fe8ef43
commit 0bed8d964c

View File

@@ -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)