From fdb0378bf0d3f3d8ef2853ab7ec5ab4c5c584b5d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Sep 2003 21:03:26 +0000 Subject: 2003-09-02 Joel Sherrill * src/open.c: Fix typo. --- cpukit/libcsupport/ChangeLog | 4 ++++ cpukit/libcsupport/src/open.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index 5e211358e9..7a58a5479c 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,7 @@ +2003-09-02 Joel Sherrill + + * src/open.c: Fix typo. + 2003-09-02 Joel Sherrill * src/malloc.c: Remove test define left in. diff --git a/cpukit/libcsupport/src/open.c b/cpukit/libcsupport/src/open.c index 0f79d61a49..d0431f2afe 100644 --- a/cpukit/libcsupport/src/open.c +++ b/cpukit/libcsupport/src/open.c @@ -45,7 +45,7 @@ * is in effect. * ENFILE - Too many files are open in the system. * ENOENT - O_CREAT is not set and and the anmed file does not exist, - * or O_CREAT is set and eitehr the path prefix does not exist + * or O_CREAT is set and either the path prefix does not exist * or the path argument points to an empty string. * ENOSPC - The directory or file system that would contain the new file * cannot be extended. -- cgit v1.2.3