summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/open.c
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/libcsupport/src/open.c
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/libcsupport/src/open.c')
-rw-r--r--cpukit/libcsupport/src/open.c2
1 files changed, 1 insertions, 1 deletions
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.