spelling: invalid

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:53:44 -05:00
parent c0f95d06d3
commit 1414ea00a4
6 changed files with 7 additions and 7 deletions

View file

@ -97,7 +97,7 @@ def process_binary_header(self):
sparse length encoding (see waftools/sparse_length_encoding.py). sparse length encoding (see waftools/sparse_length_encoding.py).
The name of the array variable defaults to the source file name with all The name of the array variable defaults to the source file name with all
characters that are invaid C identifiers replaced with underscores. The name characters that are invalid C identifiers replaced with underscores. The name
can be explicitly specified by setting the *array_name* parameter. can be explicitly specified by setting the *array_name* parameter.
This method overrides the processing by This method overrides the processing by

View file

@ -85,7 +85,7 @@ def process_binary_header(self):
file is treated as a raw binary file. file is treated as a raw binary file.
The name of the array variable defaults to the source file name with all The name of the array variable defaults to the source file name with all
characters that are invaid C identifiers replaced with underscores. The name characters that are invalid C identifiers replaced with underscores. The name
can be explicitly specified by setting the *array_name* parameter. can be explicitly specified by setting the *array_name* parameter.
This method overrides the processing by This method overrides the processing by

View file

@ -84,7 +84,7 @@ def process_binary_header(self):
file is treated as a raw binary file. file is treated as a raw binary file.
The name of the array variable defaults to the source file name with all The name of the array variable defaults to the source file name with all
characters that are invaid C identifiers replaced with underscores. The name characters that are invalid C identifiers replaced with underscores. The name
can be explicitly specified by setting the *array_name* parameter. can be explicitly specified by setting the *array_name* parameter.
This method overrides the processing by This method overrides the processing by

View file

@ -85,7 +85,7 @@ def process_binary_header(self):
file is treated as a raw binary file. file is treated as a raw binary file.
The name of the array variable defaults to the source file name with all The name of the array variable defaults to the source file name with all
characters that are invaid C identifiers replaced with underscores. The name characters that are invalid C identifiers replaced with underscores. The name
can be explicitly specified by setting the *array_name* parameter. can be explicitly specified by setting the *array_name* parameter.
This method overrides the processing by This method overrides the processing by

View file

@ -315,7 +315,7 @@ void stuck_callback_menu_cb(int index, void *ctx) {
} }
// ================================================================================= // =================================================================================
void invaid_timer_id_menu_cb(int index, void *ctx) { void invalid_timer_id_menu_cb(int index, void *ctx) {
void *cb_data = 0; void *cb_data = 0;
uint32_t zero_flags = 0; uint32_t zero_flags = 0;
@ -405,7 +405,7 @@ static void prv_window_load(Window *window) {
.callback = stuck_callback_menu_cb .callback = stuck_callback_menu_cb
}, { }, {
.title = "invalid timer ID", .title = "invalid timer ID",
.callback = invaid_timer_id_menu_cb .callback = invalid_timer_id_menu_cb
}, { }, {
.title = "RT: sch 1 sec from cb", .title = "RT: sch 1 sec from cb",
.callback = reg_timer_schedule_1sec_from_cb_menu_cb .callback = reg_timer_schedule_1sec_from_cb_menu_cb

View file

@ -109,7 +109,7 @@ def process_binary_header(self):
sparse length encoding (see waftools/sparse_length_encoding.py). sparse length encoding (see waftools/sparse_length_encoding.py).
The name of the array variable defaults to the source file name with all The name of the array variable defaults to the source file name with all
characters that are invaid C identifiers replaced with underscores. The name characters that are invalid C identifiers replaced with underscores. The name
can be explicitly specified by setting the *array_name* parameter. can be explicitly specified by setting the *array_name* parameter.
This method overrides the processing by This method overrides the processing by