diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 44c54974e22..daa2297cf78 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1556,7 +1556,7 @@ struct tree_type be a RETURN_INIT, CTOR_INITIALIZER, or TRY_BLOCK. */ #define DECL_SAVED_TREE(NODE) (FUNCTION_DECL_CHECK (NODE)->decl.saved_tree) -/* List of FUNCION_DECLs inlined into this function's body. */ +/* List of FUNCTION_DECLs inlined into this function's body. */ #define DECL_INLINED_FNS(NODE) (FUNCTION_DECL_CHECK (NODE)->decl.inlined_fns) /* Nonzero in a FUNCTION_DECL means this is a built-in function |