summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bsp_howto')
-rw-r--r--doc/bsp_howto/console.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bsp_howto/console.t b/doc/bsp_howto/console.t
index c855e0e180..a46bac6146 100644
--- a/doc/bsp_howto/console.t
+++ b/doc/bsp_howto/console.t
@@ -52,7 +52,7 @@ Having RTEMS support for Termios is beneficial because:
@item from the user's side because it provides standard primitive operations
to access the terminal and change configuration settings. These operations
-are the same under Unix and Rtems.
+are the same under UNIX and RTEMS.
@item from the BSP developer's side because it frees the
developer from dealing with buffer states and mutual exclusions on them.