summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-02 21:03:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-02 21:03:26 +0000
commitfdb0378bf0d3f3d8ef2853ab7ec5ab4c5c584b5d (patch)
treec0e835fa2c468da271b26b4ec7f9c7e0f960016d /cpukit
parent2003-09-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-fdb0378bf0d3f3d8ef2853ab7ec5ab4c5c584b5d.tar.bz2
2003-09-02 Joel Sherrill <joel@OARcorp.com>
* src/open.c: Fix typo.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/ChangeLog4
-rw-r--r--cpukit/libcsupport/src/open.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 5e211358e9..7a58a5479c 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,5 +1,9 @@
2003-09-02 Joel Sherrill <joel@OARcorp.com>
+ * src/open.c: Fix typo.
+
+2003-09-02 Joel Sherrill <joel@OARcorp.com>
+
* src/malloc.c: Remove test define left in.
2003-09-02 Ilya Alexeev <ilya@continuum.ru>
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.