summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsppost.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-18 17:53:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-18 17:53:53 +0000
commit498b2bc7b8e53d24b23cfdddb45b9cf85b215a4e (patch)
treefe7090744027be3829fca905201d7c55d82d573d /c/src/lib/libbsp/shared/bsppost.c
parentautomake-1.11. (diff)
downloadrtems-498b2bc7b8e53d24b23cfdddb45b9cf85b215a4e.tar.bz2
2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsppost.c: Fix typo.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/shared/bsppost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/bsppost.c b/c/src/lib/libbsp/shared/bsppost.c
index 0794a9d52b..bc0959314c 100644
--- a/c/src/lib/libbsp/shared/bsppost.c
+++ b/c/src/lib/libbsp/shared/bsppost.c
@@ -2,7 +2,7 @@
* This is a shared BSP post driver hook designed to open
* /dev/console for stdin, stdout, and stderr if it exists.
* Newlib will automatically associate the file descriptors
- * with the first thress files opened.
+ * with the first three files opened.
*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).