OSDN Git Service

remove quote char which doesnt belong
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Aug 2005 22:07:35 +0000 (22:07 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Aug 2005 22:07:35 +0000 (22:07 -0000)
ldso/include/dl-syscall.h

index fe3f464..b762f7b 100644 (file)
@@ -141,7 +141,7 @@ static inline void * _dl_mmap(void * addr, unsigned long size, int prot,
                fd, (off_t) (offset >> MMAP2_PAGE_SHIFT)));
 }
 #else
-#error Your architecture doesn't provide mmap() !?
+#error Your architecture does not provide mmap() !?
 #endif
 
 #endif /* _LD_SYSCALL_H_ */