mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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
|
@ -3,7 +3,7 @@
|
|||
// Classes for traversing functions and their body ASTs to build up profiles
|
||||
// of the various elements (types, globals, locals, lambdas, etc.) that appear.
|
||||
// These profiles enable script optimization to make decisions regarding
|
||||
// compilability and how to efficiently provide run-time components.
|
||||
// compatibility and how to efficiently provide run-time components.
|
||||
// For all of the following, we use the term "function" to refer to a single
|
||||
// ScriptFunc/body pair, so an event handler or hook with multiple bodies
|
||||
// is treated as multiple distinct "function"'s.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue