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 _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 _data Raw data of the font.
* @param _fc Character mapped to first font element.