[PATCH libaio] man: Fix typos
authorGuillem Jover <guillem@hadrons.org>
Sun, 10 Oct 2021 04:14:51 +0000 (06:14 +0200)
committerGuillem Jover <guillem@debian.org>
Thu, 11 Nov 2021 03:56:01 +0000 (03:56 +0000)
Warned-by: lintian
Gbp-Pq: Name 0001-man-Fix-typos.patch

man/io.3

index bfa983601062a3dbf6fb6376ae3794782886d4d2..c4554a599bafb4de223aa8b0452485906b9941b7 100644 (file)
--- a/man/io.3
+++ b/man/io.3
@@ -147,7 +147,7 @@ This is experimental.
  * 3. When write completes decrement counter and free resources
  *
  *
- * Usage: aiocp file(s) desination
+ * Usage: aiocp file(s) destination
  */
 
 #include <unistd.h>
@@ -271,7 +271,7 @@ int main(int argc, char *const *argv)
 
     while (tocopy > 0) {
        int i, rc;
-       /* Submit as many reads as once as possible upto AIO_MAXIO */
+       /* Submit as many reads as once as possible up to AIO_MAXIO */
        int n = MIN(MIN(AIO_MAXIO - busy, AIO_MAXIO / 2),
                    howmany(length - offset, AIO_BLKSIZE));
        if (n > 0) {