This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 1b3cac19a0 serial: Fix typo in comments (s/besued/because/)
1b3cac19a0 is described below
commit 1b3cac19a084b7965681a4d80de1f788c0669de6
Author: Nathan Hartman <[email protected]>
AuthorDate: Tue Feb 7 17:43:05 2023 -0500
serial: Fix typo in comments (s/besued/because/)
---
arch/arm/src/lpc43xx/lpc43_serial.c | 2 +-
arch/mips/src/pic32mx/pic32mx_serial.c | 2 +-
arch/mips/src/pic32mz/pic32mz_serial.c | 2 +-
arch/sparc/src/bm3803/bm3803-serial.c | 2 +-
arch/sparc/src/bm3823/bm3823-serial.c | 2 +-
arch/sparc/src/s698pm/s698pm-serial.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
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.
*/