serial: Fix typo in comments (s/besued/because/)

This commit is contained in:
Nathan Hartman
2023-02-07 17:43:05 -05:00
committed by Xiang Xiao
parent f4b82b6405
commit 1b3cac19a0
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
}
/* TODO: Handle other termios settings.
* Note that only cfgetispeed is used besued we have knowledge
* Note that only cfgetispeed is used because we have knowledge
* that only one speed is supported.
*/
+1 -1
View File
@@ -614,7 +614,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
}
/* TODO: Handle other termios settings.
* Note that only cfgetispeed is used besued we have knowledge
* Note that only cfgetispeed is used because we have knowledge
* that only one speed is supported.
*/
+1 -1
View File
@@ -680,7 +680,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
}
/* TODO: Handle other termios settings.
* Note that only cfgetispeed is used besued we have knowledge
* Note that only cfgetispeed is used because we have knowledge
* that only one speed is supported.
*/