summaryrefslogtreecommitdiff
path: root/gcc/symtab.c
diff options
context:
space:
mode:
authorpmatos <pmatos@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-07 11:25:35 +0000
committerpmatos <pmatos@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-07 11:25:35 +0000
commitad782aeced7a631f8c6d5411c2930fbe1082492d (patch)
treef06a96fca045f2a4b019e5cb3db895afa18d0781 /gcc/symtab.c
parent789581b6b8165d86d94d9a2dc45a462725c99de5 (diff)
downloadgcc-ad782aeced7a631f8c6d5411c2930fbe1082492d.tar.gz
2015-07-07 Paulo Matos <pmatos@broadcom.com>
* symtab.c (address_matters_1): Fix typo in comment above. (can_increase_alignment_p): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225509 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r--gcc/symtab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c
index aa5162e5b3f..b427827b446 100644
--- a/gcc/symtab.c
+++ b/gcc/symtab.c
@@ -1876,7 +1876,7 @@ symtab_node::call_for_symbol_and_aliases_1 (bool (*callback) (symtab_node *,
return false;
}
-/* Return ture if address of N is possibly compared. */
+/* Return true if address of N is possibly compared. */
static bool
address_matters_1 (symtab_node *n, void *)
@@ -1904,7 +1904,7 @@ symtab_node::address_matters_p ()
return call_for_symbol_and_aliases (address_matters_1, NULL, true);
}
-/* Return ture if symbol's alignment may be increased. */
+/* Return true if symbol's alignment may be increased. */
bool
symtab_node::can_increase_alignment_p (void)