man7/aio.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/aio.7 b/man7/aio.7 index 248c98ec3..df26117e3 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -389,7 +389,7 @@ main(int argc, char *argv[]) if (s == AIO_CANCELED) printf("I/O canceled\\n"); else if (s == AIO_NOTCANCELED) - printf("I/O not canceled\\n"); + printf("I/O not canceled\\n"); else if (s == AIO_ALLDONE) printf("I/O all done\\n"); else -- -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html