summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-10-08 07:18:44 +0000
committerkib <kib@FreeBSD.org>2010-10-08 07:18:44 +0000
commitcc1aae90a23b1a39079c8ced80f8f5ced1fbbe08 (patch)
treec3b0a34a0ffe6e44646d5fbe04f7638f13893afb
parenta45f57abe4f22cbd092c60e797ceea96b89dd977 (diff)
downloadFreeBSD-src-cc1aae90a23b1a39079c8ced80f8f5ced1fbbe08.zip
FreeBSD-src-cc1aae90a23b1a39079c8ced80f8f5ced1fbbe08.tar.gz
Fix typo.
Submitted by: arundel MFC after: 3 days
-rw-r--r--sys/amd64/linux32/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index cff2ad7..9c89946 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -416,7 +416,7 @@
245 AUE_NULL UNIMPL linux_io_setup
246 AUE_NULL UNIMPL linux_io_destroy
247 AUE_NULL UNIMPL linux_io_getevents
-248 AUE_NULL UNIMPL inux_io_submit
+248 AUE_NULL UNIMPL linux_io_submit
249 AUE_NULL UNIMPL linux_io_cancel
250 AUE_NULL STD { int linux_fadvise64(void); }
251 AUE_NULL UNIMPL
OpenPOWER on IntegriCloud