diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-12-10 02:27:14 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-12-10 02:27:14 +0100 |
commit | 9c2839989762755d67404e6480e53b75156a7261 (patch) | |
tree | edf0d68faa4c6aa5aedf71e40b5243ec746bb1ae /Src/zsh.h | |
parent | 69f89d9c229be1aeef06c821e161c59481e5d76d (diff) | |
parent | b1f62d9d03cb792115238de55001196f90f3d592 (diff) | |
download | zsh-9c2839989762755d67404e6480e53b75156a7261.tar.gz zsh-9c2839989762755d67404e6480e53b75156a7261.zip |
Merge tag 'zsh-5.2-test-3' into debian
Third an "final" test version before 5.3.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1589,8 +1589,8 @@ struct zpc_disables_save { struct zpc_disables_save *next; /* * Bit vector of ZPC_COUNT disabled characters. - * We'll live dangerously and assumed ZPC_COUNT is no greater - * than the number of bits an unsigned int. + * We'll live dangerously and assume ZPC_COUNT is no greater + * than the number of bits in an unsigned int. */ unsigned int disables; }; |