From 498b2bc7b8e53d24b23cfdddb45b9cf85b215a4e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 May 2009 17:53:53 +0000 Subject: [PATCH] 2009-05-18 Joel Sherrill * bsppost.c: Fix typo. --- c/src/lib/libbsp/shared/ChangeLog | 4 ++++ c/src/lib/libbsp/shared/bsppost.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * bsppost.c: Fix typo. + 2009-05-15 Sebastian Huber * 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).