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
+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.
 
   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 *)
   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)