diff --git a/arch/arm/src/lpc43xx/lpc43_serial.c b/arch/arm/src/lpc43xx/lpc43_serial.c index 4cb9657a1c..ad0381acf9 100644 --- a/arch/arm/src/lpc43xx/lpc43_serial.c +++ b/arch/arm/src/lpc43xx/lpc43_serial.c @@ -1065,7 +1065,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. */ diff --git a/arch/mips/src/pic32mx/pic32mx_serial.c b/arch/mips/src/pic32mx/pic32mx_serial.c index efa144696c..bc5b0eca06 100644 --- a/arch/mips/src/pic32mx/pic32mx_serial.c +++ b/arch/mips/src/pic32mx/pic32mx_serial.c @@ -606,7 +606,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. */ diff --git a/arch/mips/src/pic32mz/pic32mz_serial.c b/arch/mips/src/pic32mz/pic32mz_serial.c index 655b563941..53c3f8508e 100644 --- a/arch/mips/src/pic32mz/pic32mz_serial.c +++ b/arch/mips/src/pic32mz/pic32mz_serial.c @@ -858,7 +858,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. */ diff --git a/arch/sparc/src/bm3803/bm3803-serial.c b/arch/sparc/src/bm3803/bm3803-serial.c index 0183bb648e..6c80613a0c 100644 --- a/arch/sparc/src/bm3803/bm3803-serial.c +++ b/arch/sparc/src/bm3803/bm3803-serial.c @@ -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. */ diff --git a/arch/sparc/src/bm3823/bm3823-serial.c b/arch/sparc/src/bm3823/bm3823-serial.c index f871bbe4f3..6df7c029dc 100644 --- a/arch/sparc/src/bm3823/bm3823-serial.c +++ b/arch/sparc/src/bm3823/bm3823-serial.c @@ -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. */ diff --git a/arch/sparc/src/s698pm/s698pm-serial.c b/arch/sparc/src/s698pm/s698pm-serial.c index 0121c4a5f0..fd6c9099c7 100644 --- a/arch/sparc/src/s698pm/s698pm-serial.c +++ b/arch/sparc/src/s698pm/s698pm-serial.c @@ -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. */