From e8b0ac86b652ac1384c0f35d92f4f6a8858d119e Mon Sep 17 00:00:00 2001 From: Sergey Shevchenko Date: Thu, 2 Nov 2023 10:39:33 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 578905632 --- centipede/seed_corpus_maker_lib.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/centipede/seed_corpus_maker_lib.h b/centipede/seed_corpus_maker_lib.h index 9123f2325..e5916f1ad 100644 --- a/centipede/seed_corpus_maker_lib.h +++ b/centipede/seed_corpus_maker_lib.h @@ -50,13 +50,12 @@ void WriteSeedCorpusElementsToDestination( // // Reads and samples seed corpus elements from all the sources and writes the // results to the destination, as defined in `config_spec`. `config_spec` can be -// either a textproto file (local or CNS) with -// `silifuzz.ccmp.SeedCorpusConfig` proto or a verbatim -// `silifuzz.ccmp.SeedCorpusConfig` string. The paths and globs in the proto -// can be relative paths: in that case, they are resolved to absolute using -// either the file's parent dir (if `config_spec` is a file) or the current dir -// (if `config_spec` is a verbatim string) as the base dir. -// If `override_out_dir` is non-empty, it overrides `destination.dir_path` +// either a `silifuzz.ccmp.SeedCorpusConfig` textproto file (local or remote) or +// a verbatim `silifuzz.ccmp.SeedCorpusConfig` string. The paths and globs in +// the proto can be relative paths: in that case, they are resolved to absolute +// using either the file's parent dir (if `config_spec` is a file) or the +// current dir (if `config_spec` is a verbatim string) as the base dir. If +// `override_out_dir` is non-empty, it overrides `destination.dir_path` // specified in `config_spec`. void GenerateSeedCorpusFromConfig( // std::string_view config_spec, //