]> git.sur5r.net Git - u-boot/blobdiff - post/lib_powerpc/b.c
Fix spelling of "transferred".
[u-boot] / post / lib_powerpc / b.c
index 43b4c353078cc1541885abdf136ccd3addef9f16..6875204b1c0ddae04569c8d3330a4c2a518457de 100644 (file)
@@ -12,7 +12,7 @@
  * Branch instructions:                b, bl, bc
  *
  * The first 2 instructions (b, bl) are verified by jumping
- * to a fixed address and checking whether control was transfered
+ * to a fixed address and checking whether control was transferred
  * to that very point. For the bl instruction the value of the
  * link register is checked as well (using mfspr).
  * To verify the bc instruction various combinations of the BI/BO