symtab.c (address_matters_1): Fix typo in comment above.
authorPaulo Matos <pmatos@broadcom.com>
Tue, 7 Jul 2015 11:25:35 +0000 (11:25 +0000)
committerPaulo Matos <pmatos@gcc.gnu.org>
Tue, 7 Jul 2015 11:25:35 +0000 (13:25 +0200)
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

gcc/ChangeLog
gcc/symtab.c

index d955bc0..6dab8a1 100644 (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.
index aa5162e..b427827 100644 (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)