Warned-by: lintian
Gbp-Pq: Name 0001-man-Fix-typos.patch
* 3. When write completes decrement counter and free resources
*
*
- * Usage: aiocp file(s) desination
+ * Usage: aiocp file(s) destination
*/
#include <unistd.h>
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) {