microblaze: Fix typo in head.S s/substract/subtract/
authorAntonio Ospite <[email protected]>
Wed, 4 Jun 2014 12:03:44 +0000 (14:03 +0200)
committerMichal Simek <[email protected]>
Thu, 5 Jun 2014 11:02:02 +0000 (13:02 +0200)
Signed-off-by: Antonio Ospite <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: "Edgar E. Iglesias" <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/microblaze/kernel/head.S

index 17645b2e2f075d69a41fb4a4fcee7ba468c76c36..4655ff342c6406498c4640fca7c470333205f4f4 100644 (file)
@@ -205,7 +205,7 @@ GT4: /* r11 contains the rest - will be either 1 or 4 */
 GT16: /* TLB0 is 16MB */
        addik   r9, r0, 0x1000000 /* means TLB0 is 16MB */
 TLB1:
-       /* must be used r2 because of substract if failed */
+       /* must be used r2 because of subtract if failed */
        addik   r2, r11, -0x0400000
        bgei    r2, GT20 /* size is greater than 16MB */
        /* size is >16MB and <20MB */