1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

45004: Fix typos in comments

This commit is contained in:
Martijn Dekker 2019-12-10 20:41:08 +01:00 committed by Daniel Shahaf
parent d81238ee95
commit c578f0a08b
29 changed files with 65 additions and 56 deletions

View file

@ -4299,7 +4299,7 @@ save_params(Estate state, Wordcode pc, LinkList *restore_p, LinkList *remove_p)
(unset(RESTRICTED) || !(pm->node.flags & PM_RESTRICTED))) {
/*
* In this case we're just saving parts of
* the parameter in a tempory, so use heap allocation
* the parameter in a temporary, so use heap allocation
* and don't bother copying every detail.
*/
tpm = (Param) hcalloc(sizeof *tpm);