diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-16 04:48:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-16 04:48:42 +0000 |
commit | b8fa5e71e482c61ff5accde74f5b552c6300b442 (patch) | |
tree | 210f9449bf935633eab9f302607b303de035d340 /libc/sysdeps | |
parent | 51bdb16f3a82f2844f9be13ef61e8a4b4a5f4b60 (diff) |
Fix comment
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/v850/_mmap.c | 2 |
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> |