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:
parent
d81238ee95
commit
c578f0a08b
29 changed files with 65 additions and 56 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue