docs: fix function names in fuzzing test documentation

Signed-off-by: Jiongchi Yu <jcyu.2022@phdcs.smu.edu.sg>
This commit is contained in:
TTFISH 2023-02-03 00:27:48 +08:00
parent 6ed24c88ed
commit 904a87d26d

View File

@ -395,8 +395,8 @@ func doFuzz(data []byte, shouldTearDown bool) int {
return 1
}
// FuzzCreateContainerNoTearDown() implements a fuzzer
// similar to FuzzCreateContainerWithTearDown() and
// FuzzNoTearDownWithDownload() implements a fuzzer
// similar to FuzzCreateContainerNoTearDown() and
// FuzzCreateContainerWithTearDown(), but it takes a
// different approach to the initialization. Where
// the other 2 fuzzers depend on the containerd binaries