diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2765,8 +2765,8 @@ is_attribute_p (attr, ident) /* Given an attribute name and a list of attributes, return a pointer to the attribute's list element if the attribute is part of the list, or NULL_TREE if not found. If the attribute appears more than once, this only - returns the first occurance; the TREE_CHAIN of the return value should - be passed back in if further occurances are wanted. */ + returns the first occurrence; the TREE_CHAIN of the return value should + be passed back in if further occurrences are wanted. */ tree lookup_attribute (attr_name, list) |