From: Steve Ellcey Date: Tue, 8 Jan 2013 22:41:24 +0000 (-0800) Subject: Fix trailing blank. X-Git-Tag: glibc-2.18~876 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13c7b55ed5eeed2894cd9ff6b8aaa4254f928f8;p=thirdparty%2Fglibc.git Fix trailing blank. --- diff --git a/ports/sysdeps/mips/memcpy.S b/ports/sysdeps/mips/memcpy.S index c64a9780602..aeea491e76c 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