summaryrefslogtreecommitdiff
path: root/ldso/include/dl-syscall.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-15 22:07:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-15 22:07:35 +0000
commit866ff45f90b2f1eaf8d8fb90cdb5ec88f96fc5db (patch)
tree908b53318faacee313591936df4161e3b5830ec5 /ldso/include/dl-syscall.h
parent5c484467f718a25e94a88b11bdbb670ddb1c0d0f (diff)
remove quote char which doesnt belong
Diffstat (limited to 'ldso/include/dl-syscall.h')
-rw-r--r--ldso/include/dl-syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h
index fe3f46452..b762f7bed 100644
--- a/ldso/include/dl-syscall.h
+++ b/ldso/include/dl-syscall.h
@@ -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_ */