]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
uu: Fix grammar in comments 3104/head
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 1 Jun 2026 21:05:36 +0000 (23:05 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 1 Jun 2026 21:05:36 +0000 (23:05 +0200)
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_read_support_filter_uu.c

index aae2279b4c854fe7c98701d045de1197e1cf6a1a..f4e4bbdeccb49ccaf1a0efcd0c266906e7832dc7 100644 (file)
@@ -224,7 +224,7 @@ bid_get_line(struct archive_read_filter *filter,
                len = get_line(*b, *avail, nl);
 
        /*
-        * Read bytes more while it does not reach the end of line.
+        * Read more bytes while it does not reach the end of line.
         */
        while (*nl == 0 && len == *avail && !quit &&
            *nbytes_read < UUENCODE_BID_MAX_READ) {
@@ -543,7 +543,7 @@ read_more:
                        uudecode->in_cnt = len;
                        if (total == 0) {
                                /* Do not return 0; it means end-of-file.
-                                * We should try to read bytes more. */
+                                * We should try to read more bytes. */
                                __archive_read_filter_consume(
                                    self->upstream, ravail);
                                goto read_more;