From: Guillem Jover Date: Sun, 10 Oct 2021 04:14:51 +0000 (+0200) Subject: [PATCH libaio] man: Fix typos X-Git-Tag: archive/raspbian/0.3.112-13+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a299fe1f0c009978050c08d0eab8f17b5d680957;p=libaio.git [PATCH libaio] man: Fix typos Warned-by: lintian Gbp-Pq: Name 0001-man-Fix-typos.patch --- diff --git a/man/io.3 b/man/io.3 index bfa9836..c4554a5 100644 --- 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 @@ -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) {