2003-09-02 Joel Sherrill <joel@OARcorp.com>

* src/open.c: Fix typo.
This commit is contained in:
Joel Sherrill
2003-09-02 21:03:13 +00:00
parent 863829e3ba
commit 38845ecfbd
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-09-02 Joel Sherrill <joel@OARcorp.com>
* src/open.c: Fix typo.
2003-09-02 Ilya Alexeev <ilya@continuum.ru>
PR 472/filesystem

View File

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