about summary refs log tree commit diff
path: root/rt/aio_cancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/aio_cancel.c')
-rw-r--r--rt/aio_cancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/aio_cancel.c b/rt/aio_cancel.c
index 446b028213..6f275c6303 100644
--- a/rt/aio_cancel.c
+++ b/rt/aio_cancel.c
@@ -106,7 +106,7 @@ __aio_cancel (int fildes, struct aiocb *aiocbp)
   else
     {
       /* Find the beginning of the list of all requests for this
-	 desriptor.  */
+	 descriptor.  */
       req = __aio_find_req_fd (fildes);
 
       /* If any request is worked on by a thread it must be the first.