mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
55a7dfc9a7
commit
cde88cabcc
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user