various: Fix spelling of "asynchronous" in comments.
"Asynchronous" is misspelled in some comments. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
48fc7f7e78
commit
b3834be5c4
@@ -59,7 +59,7 @@ struct tl_setup_config_done_msg {
|
||||
unsigned char sig_no; /* TL_SETUP_SIGNO_CONFIG_DONE_MSG */
|
||||
} __attribute__ ((__packed__));
|
||||
|
||||
/* Asyncronous messages */
|
||||
/* Asynchronous messages */
|
||||
struct tl_setup_open_msg {
|
||||
unsigned char sig_no; /* TL_SETUP_SIGNO_OPEN_MSG */
|
||||
unsigned char port_no;
|
||||
|
Reference in New Issue
Block a user