aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 88d527a..2d11aa3 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2494,7 +2494,7 @@ extern vec<tree, va_gc> **decl_debug_args_insert (tree);
recognized by optimizers and expanders.
Note that it is different from the DECL_IS_BUILTIN accessor. For
- instance, user declarated prototypes of C library functions are not
+ instance, user declared prototypes of C library functions are not
DECL_IS_BUILTIN but may be DECL_BUILT_IN. */
#define DECL_BUILT_IN(NODE) (DECL_BUILT_IN_CLASS (NODE) != NOT_BUILT_IN)