projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f0766
)
Fix spelling.
author
Martin Liska
<mliska@suse.cz>
Wed, 11 Nov 2020 10:59:02 +0000
(11:59 +0100)
committer
Martin Liska
<mliska@suse.cz>
Wed, 11 Nov 2020 10:59:02 +0000
(11:59 +0100)
gcc/ChangeLog:
* tree.c (copy_node): Fix spelling.
gcc/tree.c
patch
|
blob
|
history
diff --git
a/gcc/tree.c
b/gcc/tree.c
index 663f3ecfd1239fa8db527f150bde99e8052bc58e..1d4a1dabef5accb81d0608368d4151801486d1f3 100644
(file)
--- 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 explicit
e
ly by callers. */
+ /* DECL_DEBUG_EXPR is copied explicitly by callers. */
if (VAR_P (node))
{
DECL_HAS_DEBUG_EXPR_P (t) = 0;