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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/include/aio.h b/cpukit/posix/include/aio.h
index 48c955a555..f5f38f3d86 100644
--- a/cpukit/posix/include/aio.h
+++ b/cpukit/posix/include/aio.h
@@ -59,7 +59,7 @@ struct aiocb {
size_t aio_nbytes; /* Length of transfer */
int aio_reqprio; /* Request priority offset */
struct sigevent aio_sigevent; /* Signal number and value */
- int aoi_lio_opcode; /* Operation to be performed */
+ int aio_lio_opcode; /* Operation to be performed */
};
/*