summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-16 04:48:42 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-16 04:48:42 +0000
commitb8fa5e71e482c61ff5accde74f5b552c6300b442 (patch)
tree210f9449bf935633eab9f302607b303de035d340 /libc
parent51bdb16f3a82f2844f9be13ef61e8a4b4a5f4b60 (diff)
Fix comment
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/v850/_mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/v850/_mmap.c b/libc/sysdeps/linux/v850/_mmap.c
index a8d3670b5..891e2beb5 100644
--- a/libc/sysdeps/linux/v850/_mmap.c
+++ b/libc/sysdeps/linux/v850/_mmap.c
@@ -1,4 +1,4 @@
-/* Use old style mmap for v850 */
+/* Use new style mmap for v850 */
#include <unistd.h>
#include <sys/mman.h>
#include <sys/syscall.h>