diff mbox

[ARM,committed] Fix typo in arm.h

Message ID 52D40D7E.8060503@arm.com
State New
Headers show

Commit Message

Kyrylo Tkachov Jan. 13, 2014, 3:59 p.m. UTC
Hi all,

I've committed this obvious typo fix to trunk as r206580.

Kyrill

2014-01-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

     * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
diff mbox

Patch

diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 409589d..b815488 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 ()