mirror of
https://github.com/google/pebble.git
synced 2025-11-17 21:11:00 -05:00
spelling: invalid
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -97,7 +97,7 @@ def process_binary_header(self):
|
||||
sparse length encoding (see waftools/sparse_length_encoding.py).
|
||||
|
||||
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.
|
||||
|
||||
This method overrides the processing by
|
||||
|
||||
@@ -85,7 +85,7 @@ def process_binary_header(self):
|
||||
file is treated as a raw binary file.
|
||||
|
||||
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.
|
||||
|
||||
This method overrides the processing by
|
||||
|
||||
@@ -84,7 +84,7 @@ def process_binary_header(self):
|
||||
file is treated as a raw binary file.
|
||||
|
||||
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.
|
||||
|
||||
This method overrides the processing by
|
||||
|
||||
@@ -85,7 +85,7 @@ def process_binary_header(self):
|
||||
file is treated as a raw binary file.
|
||||
|
||||
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.
|
||||
|
||||
This method overrides the processing by
|
||||
|
||||
@@ -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;
|
||||
uint32_t zero_flags = 0;
|
||||
|
||||
@@ -405,7 +405,7 @@ static void prv_window_load(Window *window) {
|
||||
.callback = stuck_callback_menu_cb
|
||||
}, {
|
||||
.title = "invalid timer ID",
|
||||
.callback = invaid_timer_id_menu_cb
|
||||
.callback = invalid_timer_id_menu_cb
|
||||
}, {
|
||||
.title = "RT: sch 1 sec from cb",
|
||||
.callback = reg_timer_schedule_1sec_from_cb_menu_cb
|
||||
|
||||
@@ -109,7 +109,7 @@ def process_binary_header(self):
|
||||
sparse length encoding (see waftools/sparse_length_encoding.py).
|
||||
|
||||
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.
|
||||
|
||||
This method overrides the processing by
|
||||
|
||||
Reference in New Issue
Block a user