doc: fix misspellings in doxygen comments

Scan and fix misspellings in header files in /include missed during
regular reviews.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-11-02 11:49:04 -07:00 committed by Anas Nashif
commit 402ea4969f
3 changed files with 5 additions and 5 deletions

View file

@ -60,7 +60,7 @@ struct cfb_font {
* *
* @param _name Name of the font entry. * @param _name Name of the font entry.
* @param _width Width of the font in pixels * @param _width Width of the font in pixels
* @param _height Heigth of the font in pixels. * @param _height Height of the font in pixels.
* @param _caps Font capabilities. * @param _caps Font capabilities.
* @param _data Raw data of the font. * @param _data Raw data of the font.
* @param _fc Character mapped to first font element. * @param _fc Character mapped to first font element.

View file

@ -61,7 +61,7 @@ extern int z_clock_device_ctrl(struct device *device,
* Note that ticks can also be passed the special value K_FOREVER, * Note that ticks can also be passed the special value K_FOREVER,
* indicating that no future timer interrupts are expected or required * indicating that no future timer interrupts are expected or required
* and that the system is permitted to enter an indefinite sleep even * and that the system is permitted to enter an indefinite sleep even
* if this could cause rolloever of the internal counter (i.e. the * if this could cause rollover of the internal counter (i.e. the
* system uptime counter is allowed to be wrong, see * system uptime counter is allowed to be wrong, see
* k_enable_sys_clock_always_on(). * k_enable_sys_clock_always_on().
* *
@ -92,7 +92,7 @@ extern void z_clock_set_timeout(s32_t ticks, bool idle);
* @brief Timer idle exit notification * @brief Timer idle exit notification
* *
* This notifies the timer driver that the system is exiting the idle * This notifies the timer driver that the system is exiting the idle
* and allows it to do whatever bookeeping is needed to restore timer * and allows it to do whatever bookkeeping is needed to restore timer
* operation and compute elapsed ticks. * operation and compute elapsed ticks.
* *
* @note Legacy timer drivers also use this opportunity to call back * @note Legacy timer drivers also use this opportunity to call back

View file

@ -703,12 +703,12 @@ static inline bool net_ipv6_is_addr_mcast_site(const struct in6_addr *addr)
} }
/** /**
* @brief Check if the IPv6 address is an organisation scope multicast * @brief Check if the IPv6 address is an organization scope multicast
* address (FFx8::). * address (FFx8::).
* *
* @param addr IPv6 address. * @param addr IPv6 address.
* *
* @return True if the address is an organisation scope multicast address, * @return True if the address is an organization scope multicast address,
* false otherwise. * false otherwise.
*/ */
static inline bool net_ipv6_is_addr_mcast_org(const struct in6_addr *addr) static inline bool net_ipv6_is_addr_mcast_org(const struct in6_addr *addr)