From: Marcel Ziswiler Date: Wed, 9 Jul 2008 06:17:06 +0000 (+0200) Subject: Minor spelling fix in comment. X-Git-Tag: v1.3.4-rc1~62 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dbab0691d2533560f7e91b92ae844046a9ad1df3;p=oweals%2Fu-boot.git Minor spelling fix in comment. Signed-off-by: Marcel Ziswiler --- diff --git a/cpu/pxa/start.S b/cpu/pxa/start.S index 1cdb7091d7..23005e20f9 100644 --- a/cpu/pxa/start.S +++ b/cpu/pxa/start.S @@ -128,7 +128,7 @@ relocate: /* relocate U-Boot to RAM */ copy_loop: ldmia r0!, {r3-r10} /* copy from source address [r0] */ stmia r1!, {r3-r10} /* copy to target address [r1] */ - cmp r0, r2 /* until source end addreee [r2] */ + cmp r0, r2 /* until source end address [r2] */ ble copy_loop #endif /* !CONFIG_SKIP_RELOCATE_UBOOT */