summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/aio.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/aio.h')
-rw-r--r--cpukit/posix/include/aio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/include/aio.h b/cpukit/posix/include/aio.h
index 8fc18a59f2..cc9b17a5b4 100644
--- a/cpukit/posix/include/aio.h
+++ b/cpukit/posix/include/aio.h
@@ -15,7 +15,7 @@ extern "C" {
#if defined(_POSIX_ASYNCHRONOUS_IO)
/*
- * 6.7.1 Data Definitions for Asynchronous Input and Output,
+ * 6.7.1 Data Definitions for Asynchronous Input and Output,
* P1003.1b-1993, p. 151
*/
@@ -95,7 +95,7 @@ int aio_error(
);
/*
- * 6.7.6 Retrieve Return Status of Asynchronous I/O Operation,
+ * 6.7.6 Retrieve Return Status of Asynchronous I/O Operation,
* P1003.1b-1993, p. 162
*/