mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
This commit is contained in:
parent
32daf2a0aa
commit
110ffae9fe
17 changed files with 22 additions and 19 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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue