summaryrefslogtreecommitdiffstats
path: root/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
parentautomake-1.11. (diff)
downloadrtems-498b2bc7b8e53d24b23cfdddb45b9cf85b215a4e.tar.bz2
2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsppost.c: Fix typo.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/shared/bsppost.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index f5f170f644..b81f7c747d 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * bsppost.c: Fix typo.
+
2009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/irq-generic.h, src/irq-generic.c: Documentation.
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).