summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/libcsupport/src/termios.c3
-rw-r--r--c/src/lib/libc/termios.c3
-rw-r--r--cpukit/libcsupport/src/termios.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/c/src/exec/libcsupport/src/termios.c b/c/src/exec/libcsupport/src/termios.c
index d3e0eceeac..492ad7e38e 100644
--- a/c/src/exec/libcsupport/src/termios.c
+++ b/c/src/exec/libcsupport/src/termios.c
@@ -760,8 +760,7 @@ rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len)
}
/*
- * Reserve enough resources to at least open every physical device
- * once.
+ * Reserve enough resources to open every physical device once.
*/
void rtems_termios_reserve_resources(
diff --git a/c/src/lib/libc/termios.c b/c/src/lib/libc/termios.c
index d3e0eceeac..492ad7e38e 100644
--- a/c/src/lib/libc/termios.c
+++ b/c/src/lib/libc/termios.c
@@ -760,8 +760,7 @@ rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len)
}
/*
- * Reserve enough resources to at least open every physical device
- * once.
+ * Reserve enough resources to open every physical device once.
*/
void rtems_termios_reserve_resources(
diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c
index d3e0eceeac..492ad7e38e 100644
--- a/cpukit/libcsupport/src/termios.c
+++ b/cpukit/libcsupport/src/termios.c
@@ -760,8 +760,7 @@ rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len)
}
/*
- * Reserve enough resources to at least open every physical device
- * once.
+ * Reserve enough resources to open every physical device once.
*/
void rtems_termios_reserve_resources(