diff options
author | Steve Ellcey <sellcey@mips.com> | 2013-01-08 14:41:24 -0800 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2013-01-08 14:41:24 -0800 |
commit | b13c7b55ed5eeed2894cd9ff6b8aaa4254f928f8 (patch) | |
tree | f71aac07ce167b373635126ccf3b3c5a27b0c262 /ports/sysdeps/mips/memcpy.S | |
parent | d9014c080a30e141a6b587af31f951a6e5dd5e58 (diff) | |
download | glibc-b13c7b55ed5eeed2894cd9ff6b8aaa4254f928f8.tar.gz glibc-b13c7b55ed5eeed2894cd9ff6b8aaa4254f928f8.tar.xz glibc-b13c7b55ed5eeed2894cd9ff6b8aaa4254f928f8.zip |
Fix trailing blank.
Diffstat (limited to 'ports/sysdeps/mips/memcpy.S')
-rw-r--r-- | ports/sysdeps/mips/memcpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/memcpy.S b/ports/sysdeps/mips/memcpy.S index c64a978060..aeea491e76 100644 --- a/ports/sysdeps/mips/memcpy.S +++ b/ports/sysdeps/mips/memcpy.S @@ -172,7 +172,7 @@ #if (PREFETCH_STORE_HINT == PREFETCH_HINT_PREPAREFORSTORE) \ && ((PREFETCH_CHUNK * 4) < MAX_PREFETCH_SIZE) /* We cannot handle this because the initial prefetches may fetch bytes that - * are before the buffer being copied. We start copies with an offset + * are before the buffer being copied. We start copies with an offset * of 4 so avoid this situation when using PREPAREFORSTORE. */ #error "PREFETCH_CHUNK is too large and/or MAX_PREFETCH_SIZE is too small." #endif |