diff options
| author | cui fliter <imcusg@gmail.com> | 2023-12-18 10:54:53 +0800 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-12-20 12:48:32 +0000 |
| commit | 3da2432fb9dce67f1236c96a8d81604a98fda523 (patch) | |
| tree | 4cb673bb9fff10893c6258a234cf95e52d24ae50 /tools | |
| parent | 3ad490ea48468e50fe91f6f6b2ca4cbc74d924bf (diff) | |
all: fix some function names in comments
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-trace2syz/parser/parser.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-trace2syz/parser/parser.go b/tools/syz-trace2syz/parser/parser.go index d7df4536b..b91f3ac29 100644 --- a/tools/syz-trace2syz/parser/parser.go +++ b/tools/syz-trace2syz/parser/parser.go @@ -28,7 +28,7 @@ func shouldSkip(line string) bool { strings.Contains(line, "<ptrace(SYSCALL):No such process>") } -// ParseLoop parses each line of a strace file in a loop. +// ParseData parses each line of a strace file in a loop. func ParseData(data []byte) (*TraceTree, error) { tree := NewTraceTree() // Creating the process tree |
