Browse Source

Fix comment

Eric Andersen 22 years ago
parent
commit
b8fa5e71e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/v850/_mmap.c

+ 1 - 1
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>