From 7630215ba0246388b71e36dafb377f3703606c64 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 8 Dec 2016 23:55:53 +0100 Subject: 40119: correct typo in comment --- ChangeLog | 2 ++ Src/zsh.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ed9d1fd4..43825d3cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-12-08 Oliver Kiddle + * c.f. 40119: Src/zsh.h: correct typo in comment + * 40114: Completion/Zsh/Context/_brace_parameter: complete :/ with other parameter operators diff --git a/Src/zsh.h b/Src/zsh.h index f2c030004..f22d8b135 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -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; }; -- cgit 1.4.1