mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +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
+2
-2
@@ -856,7 +856,7 @@ int main(int argc, char **argv)
|
||||
{
|
||||
switch(note->nc_type)
|
||||
{
|
||||
/* Followed by a varible length, NULL terminated name */
|
||||
/* Followed by a variable length, NULL terminated name */
|
||||
|
||||
case 0: /* NOTE_START */
|
||||
buffer[size - 1] = '\0';
|
||||
@@ -909,7 +909,7 @@ int main(int argc, char **argv)
|
||||
remainder--;
|
||||
break;
|
||||
|
||||
/* Nothing addition shold follow these types */
|
||||
/* Nothing addition shoold follow these types */
|
||||
|
||||
case 1: /* NOTE_STOP */
|
||||
case 3: /* NOTE_RESUME */
|
||||
|
||||
Reference in New Issue
Block a user