diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/lib_powerpc/b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/lib_powerpc/b.c b/post/lib_powerpc/b.c index 43b4c35307..6875204b1c 100644 --- a/post/lib_powerpc/b.c +++ b/post/lib_powerpc/b.c @@ -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 |