aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 298499f..66d52c7 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -5803,7 +5803,7 @@ free_lang_data_in_decl (tree decl, class free_lang_data_d *fld)
}
else if (VAR_P (decl))
{
- /* See comment above why we set the flag for functoins. */
+ /* See comment above why we set the flag for functions. */
if (TREE_PUBLIC (decl))
TREE_ADDRESSABLE (decl) = true;
if ((DECL_EXTERNAL (decl)