Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Bílka committed Sep 2, 2013
1 parent b0350db commit 8220f4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-09-02 Ondřej Bílka <neleai@seznam.cz>

* sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.

2013-08-30 Ondřej Bílka <neleai@seznam.cz>

* csu/init-first.c: Fix then/than typos.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/powerpc/powerpc32/power6/memcpy.S
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ L(wdu):
Then if more than 4 bytes remain we again use aligned loads,
shifts and or to generate the next dst word. We then process the
remaining words using unaligned loads as needed. Finally we check
if there more than 0 bytes (1-3) bytes remaining and use
if there are more than 0 bytes (1-3) bytes remaining and use
halfword and or byte load/stores to complete the copy.
*/
mr 4,12 /* restore unaligned adjusted src ptr */
Expand Down

0 comments on commit 8220f4f

Please sign in to comment.