summaryrefslogtreecommitdiffstats
path: root/gcc/cppfiles.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-19 23:22:00 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-19 23:22:00 +0000
commit91c82c20c59b724ac410dd75d378e0798edb4e1b (patch)
treecfd217c7e698d0aaf23ec02241ccbff7719cb9c0 /gcc/cppfiles.c
parent16cdef4540f82fb1890edce9cc45abab9e6b9f5d (diff)
downloadppe42-gcc-91c82c20c59b724ac410dd75d378e0798edb4e1b.tar.gz
ppe42-gcc-91c82c20c59b724ac410dd75d378e0798edb4e1b.zip
* builtins.c: Fix comment typos.
* c-common.c: Likewise. * c-decl.c: Likewise. * c-pretty-print.c: Likewise. * cfgbuild.c: Likewise. * cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cgraphunit.c: Likewise. * cppfiles.c: Likewise. * dwarfout.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * gcse.c: Likewise. * ggc-page.c: Likewise. * haifa-sched.c: Likewise. * pretty-print.c: Likewise. * tree.c: Likewise. * tree.h: Likewise. * value-prof.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r--gcc/cppfiles.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c
index c0aaa5cf0ab..04f067da9d1 100644
--- a/gcc/cppfiles.c
+++ b/gcc/cppfiles.c
@@ -119,7 +119,7 @@ struct _cpp_file
/* A singly-linked list for all searches for a given file name, with
its head pointed to by a slot in FILE_HASH. The file name is what
appeared between the quotes in a #include directive; it can be
- determined implicity from the hash table location or explicitly
+ determined implicitly from the hash table location or explicitly
from FILE->name.
FILE is a structure containing details about the file that was
@@ -494,7 +494,7 @@ read_file_guts (cpp_reader *pfile, _cpp_file *file)
}
/* Convenience wrapper around read_file_guts that opens the file if
- necessary and closes the file desciptor after reading. FILE must
+ necessary and closes the file descriptor after reading. FILE must
have been passed through find_file() at some stage. */
static bool
read_file (cpp_reader *pfile, _cpp_file *file)
OpenPOWER on IntegriCloud