mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
all: Fix typos identified by typos pre-commit hook
This commit is contained in:
parent
260c868f26
commit
7a043e5e8f
57 changed files with 80 additions and 80 deletions
|
@ -414,7 +414,7 @@ ExprPtr Expr::AssignToTemporary(ExprPtr e, Reducer* c, StmtPtr& red_stmt)
|
|||
|
||||
// Important: our result is not result_tmp, but a duplicate of it.
|
||||
// This is important because subsequent passes that associate
|
||||
// information with Expr's need to not mis-associate that
|
||||
// information with Expr's need to not misassociate that
|
||||
// information with both the assignment creating the temporary,
|
||||
// and the subsequent use of the temporary.
|
||||
return result_tmp->Duplicate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue