Fix typos reported by codespell

This commit is contained in:
Gustavo Henrique Nihei
2021-02-25 09:48:46 -03:00
committed by Xiang Xiao
parent b9f231cdca
commit 76acb32e29
24 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -681,7 +681,7 @@ int up_fbinitialize(int display)
* Description:
* Initialize the VNC frame buffer driver. The VNC frame buffer driver
* supports two initialization interfaces: The standard up_fbinitialize()
* that will be called from the graphics layer and this speical
* that will be called from the graphics layer and this special
* initialization function that can be used only by VNC aware OS logic.
*
* The two initialization functions may be called separated or together in