The comments for sub_from_SP() and add_to_SP() in host_s390_isel.c have
typos. Fix them.
}
-/* Substract n from stack pointer. Assumes 0 <= n <= 256 && n % 8 == 0. */
+/* Subtract n from stack pointer. Assumes 0 <= n <= 256 && n % 8 == 0. */
static void
sub_from_SP ( ISelEnv* env, UInt n )
{
}
-/* Substract n from stack pointer. Assumes 0 <= n <= 256 && n % 8 == 0. */
+/* Add n to stack pointer. Assumes 0 <= n <= 256 && n % 8 == 0. */
static void
add_to_SP ( ISelEnv* env, UInt n )
{