]> granicus.if.org Git - xz/commitdiff
xz: Fix a typo in a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 4 Nov 2011 15:57:16 +0000 (17:57 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 4 Nov 2011 15:57:45 +0000 (17:57 +0200)
Thanks to Bela Lubkin.

src/xz/args.c

index 4bd84a0c141c7e1165b0a485e0fa1774b6480301..34761d45d67e21544c2e74f8524d48b9fc02b872 100644 (file)
@@ -438,7 +438,7 @@ parse_environment(args_info *args, char *argv0, const char *varname)
                } else if (prev_was_space) {
                        prev_was_space = false;
 
-                       // Keep argc small enough to fit into a singed int
+                       // Keep argc small enough to fit into a signed int
                        // and to keep it usable for memory allocation.
                        if (++argc == my_min(
                                        INT_MAX, SIZE_MAX / sizeof(char *)))