Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [patch] minor patch to remove duplicates



Daniel Shahaf wrote:
> The patch changed the meaning of this sentence.  Wasn't the sentence
> more accurate before the patch?

Prompted by this, I had a closer look and the following is also not
the right fix:

--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1589,7 +1589,7 @@ struct zpc_disables_save {
     /*
      * Bit vector of ZPC_COUNT disabled characters.
      * We'll live dangerously and assumed ZPC_COUNT is no greater
-     * than the number of bits an an unsigned int.
+     * than the number of bits an unsigned int.

The original intention was probably "in an".

Oliver



Messages sorted by: Reverse Date, Date, Thread, Author