From: Martin Liska Date: Wed, 11 Nov 2020 10:59:02 +0000 (+0100) Subject: Fix spelling. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbb3e275ab0ddbe1413b7f18fc25249fdb46a275;p=gcc.git Fix spelling. gcc/ChangeLog: * tree.c (copy_node): Fix spelling. --- diff --git a/gcc/tree.c b/gcc/tree.c index 663f3ecfd12..1d4a1dabef5 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -1241,7 +1241,7 @@ copy_node (tree node MEM_STAT_DECL) SET_DECL_VALUE_EXPR (t, DECL_VALUE_EXPR (node)); DECL_HAS_VALUE_EXPR_P (t) = 1; } - /* DECL_DEBUG_EXPR is copied explicitely by callers. */ + /* DECL_DEBUG_EXPR is copied explicitly by callers. */ if (VAR_P (node)) { DECL_HAS_DEBUG_EXPR_P (t) = 0;