From: Kyrylo Tkachov Date: Mon, 13 Jan 2014 15:58:47 +0000 (+0000) Subject: arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description. X-Git-Tag: releases/gcc-4.9.0~1687 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd794ed4c2424b3381a5fb09c6f08e53ae919a8a;p=thirdparty%2Fgcc.git arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description. 2014-01-13 Kyrylo Tkachov * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description. From-SVN: r206580 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b601c0e56b3c..01b10357fb95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-01-13 Kyrylo Tkachov + + * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description. + 2014-01-13 Eric Botcazou * builtins.c (get_object_alignment_2): Minor tweak. diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 409589d2dac2..b815488db535 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -189,7 +189,7 @@ extern arm_cc arm_current_cc; #define ARM_INVERSE_CONDITION_CODE(X) ((arm_cc) (((int)X) ^ 1)) -/* The maximaum number of instructions that is beneficial to +/* The maximum number of instructions that is beneficial to conditionally execute. */ #undef MAX_CONDITIONAL_EXECUTE #define MAX_CONDITIONAL_EXECUTE arm_max_conditional_execute ()