diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:39:54 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:39:54 -0400 |
commit | 9faa82d8c081b9e38370b5a913825111d2166de6 (patch) | |
tree | 1e50640eecb618d0b3fa87607094528acb0add62 /gcc/tree.h | |
parent | ddd5a7c1808995545ad5befaa7320135e60b5d38 (diff) | |
download | gcc-9faa82d8c081b9e38370b5a913825111d2166de6.zip gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.gz gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.bz2 |
Fix typos in comments.
From-SVN: r9712
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -870,7 +870,7 @@ struct tree_type /* Nonzero for a given ..._DECL node means that this node represents an "abstract instance" of the given declaration (e.g. in the original declaration of an inline function). When generating symbolic debugging - information, we musn't try to generate any address information for nodes + information, we mustn't try to generate any address information for nodes marked as "abstract instances" because we don't actually generate any code or allocate any data space for such instances. */ #define DECL_ABSTRACT(NODE) ((NODE)->decl.abstract_flag) @@ -1644,7 +1644,7 @@ extern void init_decl_processing PROTO((void)); extern void lang_init PROTO((void)); extern void lang_finish PROTO((void)); -/* Funtion to identify which front-end produced the output file. */ +/* Function to identify which front-end produced the output file. */ extern char *lang_identify PROTO((void)); /* Function to replace the DECL_LANG_SPECIFIC field of a DECL with a copy. */ |