chore: renaming comment references

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
Co-authored-by: Federico Di Pierro <nierro92@gmail.com>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Jason Dellaluce
2021-11-16 17:41:17 +00:00
committed by poiana
parent 23706da75e
commit 85db078dc4
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
Much of the scaffolding and helpers was derived from Andre Murbach Maidl's Lua parser (https://github.com/andremm/lua-parser).
While this is based on the sysdig filtering syntax (*), the Falco syntax is extended to support "macro" terms, which are just identifiers.
While this is based on the falcosecurity-libs filtering syntax (*), the Falco syntax is extended to support "macro" terms, which are just identifiers.
(*) There is currently one known difference with the syntax implemented in libsinsp: In libsinsp, field names cannot start with 'a', 'o', or 'n'. With this parser they can.

View File

@@ -1327,7 +1327,7 @@ int falco_init(int argc, char **argv)
if(trace_filename.size())
{
// Try to open the trace file as a sysdig
// Try to open the trace file as a
// capture file first.
try {
inspector->open(trace_filename);