[uClibc-cvs] svn commit: trunk/uClibc/ldso/include

vapier at uclibc.org vapier at uclibc.org
Mon Aug 15 22:07:35 UTC 2005


Author: vapier
Date: 2005-08-15 16:07:35 -0600 (Mon, 15 Aug 2005)
New Revision: 11162

Log:
remove quote char which doesnt belong

Modified:
   trunk/uClibc/ldso/include/dl-syscall.h


Changeset:
Modified: trunk/uClibc/ldso/include/dl-syscall.h
===================================================================
--- trunk/uClibc/ldso/include/dl-syscall.h	2005-08-15 12:52:38 UTC (rev 11161)
+++ trunk/uClibc/ldso/include/dl-syscall.h	2005-08-15 22:07:35 UTC (rev 11162)
@@ -141,7 +141,7 @@
 		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_ */




More information about the uClibc-cvs mailing list