2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>

* bsppost.c: Fix typo.
This commit is contained in:
Joel Sherrill
2009-05-18 17:53:53 +00:00
parent be1d136ce8
commit 498b2bc7b8
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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).