about summary refs log tree commit diff
path: root/ports/sysdeps/mips/mips64/memset.S
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/mips/mips64/memset.S')
-rw-r--r--ports/sysdeps/mips/mips64/memset.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/mips64/memset.S b/ports/sysdeps/mips/mips64/memset.S
index 382b0f4820..6453335266 100644
--- a/ports/sysdeps/mips/mips64/memset.S
+++ b/ports/sysdeps/mips/mips64/memset.S
@@ -22,7 +22,7 @@
 
 
 /* void *memset(void *s, int c, size_t n);
-	
+
    This could probably be optimized further.  */
 
 #if __MIPSEB