symtab.c (address_matters_1): Fix typo in comment above.

2015-07-07  Paulo Matos  <pmatos@broadcom.com>

	* symtab.c (address_matters_1): Fix typo in comment above.
	(can_increase_alignment_p): Likewise.

From-SVN: r225509
This commit is contained in:
Paulo Matos 2015-07-07 11:25:35 +00:00 committed by Paulo Matos
parent b11f11a197
commit 2005b05687
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2015-07-07 Paulo Matos <pmatos@broadcom.com>
* symtab.c (address_matters_1): Fix typo in comment above.
(can_increase_alignment_p): Likewise.
2015-07-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
* function.c (free_after_compilation): Clear PROP_cfg in f->curr_properties.

View file

@ -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)