powerpc/8xxx: Fix typo for address hashing message
authorKumar Gala <galak@kernel.crashing.org>
Fri, 18 Mar 2011 16:53:06 +0000 (11:53 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 4 Apr 2011 14:24:43 +0000 (09:24 -0500)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c

index ee7ef0f..02d069c 100644 (file)
@@ -1305,7 +1305,7 @@ static void set_ddr_eor(fsl_ddr_cfg_regs_t *ddr, const memctl_options_t *popts)
 {
        if (popts->addr_hash) {
                ddr->ddr_eor = 0x40000000;      /* address hash enable */
-               puts("Addess hashing enabled.\n");
+               puts("Address hashing enabled.\n");
        }
 }