--- aio.h.orig 2020-10-05 21:46:23.354543383 +0100 +++ aio.h 2020-10-05 21:48:51.337228111 +0100 @@ -86,7 +86,7 @@ This implementation follows the one in Irix. */ struct aioinit { - int aio_threads; /* Maximal number of threads. */ + int aio_threads; /* Maximum number of threads. */ int aio_num; /* Number of expected simultanious requests. */ int aio_locks; /* Not used. */ int aio_usedba; /* Not used. */ @@ -99,7 +99,7 @@ #endif -/* Return values of cancelation function. */ +/* Return values of the aio_cancel function. */ enum { AIO_CANCELED,