Run codespell -w with the latest dictonary again

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-02-23 16:50:23 +08:00
committed by Abdelatif Guettouche
parent 55a7dfc9a7
commit cde88cabcc
1532 changed files with 3117 additions and 3117 deletions
+2 -2
View File
@@ -121,7 +121,7 @@ static int up_putcmap(FAR struct fb_vtable_s *vtable,
static int up_getcursor(FAR struct fb_vtable_s *vtable,
FAR struct fb_cursorattrib_s *attrib);
static int up_setcursor(FAR struct fb_vtable_s *vtable,
FAR struct fb_setcursor_s *setttings);
FAR struct fb_setcursor_s *settings);
#endif
/****************************************************************************
@@ -490,7 +490,7 @@ static inline int vnc_wait_start(int display)
* started. But we might be here before the thread has gotten that far.
*
* If it has been allocated, then wait until it is in the INIITIALIZED
* state. The INITIAILIZED states indicates tht the session structure
* state. The INITIAILIZED states indicates that the session structure
* has been allocated and fully initialized.
*/