mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-26 01:48:57 +00:00
chore(userspace/engine): fix codespell typos
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
1120fb2564
commit
978f192c38
@ -174,7 +174,7 @@ public:
|
|||||||
//
|
//
|
||||||
// This method is thread-safe only with the assumption that every invoker
|
// This method is thread-safe only with the assumption that every invoker
|
||||||
// uses a different source_idx. Moreover, each invoker must not switch
|
// uses a different source_idx. Moreover, each invoker must not switch
|
||||||
// source_idx in subsequent invokations of this method.
|
// source_idx in subsequent invocations of this method.
|
||||||
// Considering that each invoker is related to a unique event source, it
|
// Considering that each invoker is related to a unique event source, it
|
||||||
// is safe to assume that each invoker will pass a different event
|
// is safe to assume that each invoker will pass a different event
|
||||||
// to this method too, since two distinct sources cannot possibly produce
|
// to this method too, since two distinct sources cannot possibly produce
|
||||||
|
Loading…
Reference in New Issue
Block a user