aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m88k/m88k-move.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m88k/m88k-move.sh')
-rwxr-xr-xgcc/config/m88k/m88k-move.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/m88k-move.sh b/gcc/config/m88k/m88k-move.sh
index 7da45a64096..5e757bd2180 100755
--- a/gcc/config/m88k/m88k-move.sh
+++ b/gcc/config/m88k/m88k-move.sh
@@ -91,7 +91,7 @@ rm -f move?I*[xn].s move?I*[xn].asm
# least N bytes will be copied. r2 is the destination pointer
# offset by 4, r3 is the source pointer offset by 4, r6 is the
# loop count. Thus, the total bytes moved is 64 * r6 + N. The
-# first value is is preloaded into r4 or r5 (r4 if N/4 is odd;
+# first value is preloaded into r4 or r5 (r4 if N/4 is odd;
# r5 if N/4 is even). Upon returning, r2 and r3 have been
# updated and may be used for the remainder bytes to move.
#