diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-13 02:27:04 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-13 02:27:04 +0000 |
commit | bef304b8b52eab3ee756fceadade96d3410ed78e (patch) | |
tree | 53bc6532998c58f2c87be78479fff08b511afc9a /gcc/c-incpath.c | |
parent | ed1dc2cd1ec1aafbcac80f88f3dc858c27b1d4f0 (diff) | |
download | ppe42-gcc-bef304b8b52eab3ee756fceadade96d3410ed78e.tar.gz ppe42-gcc-bef304b8b52eab3ee756fceadade96d3410ed78e.zip |
* auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
config/sh/divcost-analysis, dbgcnt.def, df-core.c,
df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
tree-vect-transform.c: Fix comment typos. Follow spelling
conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125666 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-incpath.c')
-rw-r--r-- | gcc/c-incpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-incpath.c b/gcc/c-incpath.c index 8b6512c8e0f..355f8db2224 100644 --- a/gcc/c-incpath.c +++ b/gcc/c-incpath.c @@ -391,7 +391,7 @@ add_path (char *path, int chain, int cxx_aware, bool user_supplied_p) #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Remove unnecessary trailing slashes. On some versions of MS Windows, trailing _forward_ slashes cause no problems for stat(). - On newer versions, stat() does not recognise a directory that ends + On newer versions, stat() does not recognize a directory that ends in a '\\' or '/', unless it is a drive root dir, such as "c:/", where it is obligatory. */ int pathlen = strlen (path); |