fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before negating it.
[gcc.git] / gcc / tree-sra.c
index a6cddafe44bf8a2c4411c1fa102583afb230fa8d..0aed4d29c894ea493ccc71793640db2988536425 100644 (file)
@@ -5144,7 +5144,7 @@ ipa_sra_preliminary_function_checks (struct cgraph_node *node)
     {
       if (dump_file)
        fprintf (dump_file,
-                "A function call has an argument with non-unit alignemnt.\n");
+                "A function call has an argument with non-unit alignment.\n");
       return false;
     }