diff options
Diffstat (limited to 'gcc/java/jcf-io.c')
-rw-r--r-- | gcc/java/jcf-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c index 6fe472f..abc2073 100644 --- a/gcc/java/jcf-io.c +++ b/gcc/java/jcf-io.c @@ -310,7 +310,7 @@ typedef struct memoized_dirlist_entry struct dirent **files; } memoized_dirlist_entry; -/* Returns true if ENTRY (a memoized_dirlist_entry *) correponds to +/* Returns true if ENTRY (a memoized_dirlist_entry *) corresponds to the directory given by KEY (a char *) giving the directory name. */ @@ -378,7 +378,7 @@ caching_stat (char *filename, struct stat *buf) else dent = *((memoized_dirlist_entry **) slot); - /* Put the spearator back. */ + /* Put the separator back. */ if (sep) *sep = DIR_SEPARATOR; |