Skip to content

Commit

Permalink
fixup: docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Jul 15, 2024
1 parent fd9f9cb commit 6c802d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/braccept/cases/malformed_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func MalformedPathSingletonSegment(artifactsDir string, mac hash.Hash) runner.Ca
}
}

// MalformedPathSingletonSegment tests an invalid combination of CurrHF and CurrINF
// MalformedPathCurrHFNotInCurrINF tests an invalid combination of CurrHF and CurrINF
func MalformedPathCurrHFNotInCurrINF(artifactsDir string, mac hash.Hash) runner.Case {
options := gopacket.SerializeOptions{
FixLengths: true,
Expand Down

0 comments on commit 6c802d8

Please sign in to comment.