diff options
| author | Eitan Adler <lists@eitanadler.com> | 2016-11-28 22:53:24 -0800 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2016-11-29 17:13:52 +0000 |
| commit | 110ffae9fefa1367af4fdcc90a456de23b92436c (patch) | |
| tree | 128741c763d41ab88e6130028507ffdd0c80fc13 /Src/zsh.h | |
| parent | 40026: Fix for completion after redirection. (diff) | |
| download | zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.gz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.bz2 zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.lz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.xz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.zst zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.zip | |
40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
Diffstat (limited to 'Src/zsh.h')
| -rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ unsigned int disables; }; |
