diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-19 21:09:36 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-19 21:09:36 +0000 |
commit | abeb157a337a03b4d549367533a21d6a6f8aa312 (patch) | |
tree | bb68dcb42d0505b180935f97feb4e5e9db8ba075 /gcc/cppfiles.c | |
parent | 7981458e52a142ac30c3373030e2b022849c2bce (diff) | |
download | ppe42-gcc-abeb157a337a03b4d549367533a21d6a6f8aa312.tar.gz ppe42-gcc-abeb157a337a03b4d549367533a21d6a6f8aa312.zip |
* c-decl.c: Follow spelling conventions.
* cppfiles.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70578 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 22e95248cc2..c0aaa5cf0ab 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -334,7 +334,7 @@ find_file_in_dir (cpp_reader *pfile, _cpp_file *file) add the result to our cache. If the file was not found in the filesystem, or there was an error - opening it, then ERR_NO is non-zero and FD is -1. If the file was + opening it, then ERR_NO is nonzero and FD is -1. If the file was found, then ERR_NO is zero and FD could be -1 or an open file descriptor. FD can be -1 if the file was found in the cache and had previously been closed. To open it again pass the return value @@ -675,7 +675,7 @@ search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, } /* Strip the basename from the file's path. It ends with a slash if - of non-zero length. Note that this procedure also works for + of nonzero length. Note that this procedure also works for <stdin>, which is represented by the empty string. */ static const char * dir_name_of_file (_cpp_file *file) |