Fixing two typos.

PiperOrigin-RevId: 645103198
This commit is contained in:
Daniel Keysers 2024-06-20 11:32:40 -07:00 committed by Copybara-Service
parent a85725614a
commit 0570972d43
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ struct Args : public ArgsBase<Args> {
visitor(num_threads, "num_threads", visitor(num_threads, "num_threads",
kDefaultNumThreads, // see ChooseNumThreads kDefaultNumThreads, // see ChooseNumThreads
"Number of threads to use.\n Default = Estimate of the " "Number of threads to use.\n Default = Estimate of the "
"number of suupported concurrent threads.", "number of supported concurrent threads.",
2); 2);
} }

View File

@ -153,7 +153,7 @@ class AppArgs : public ArgsBase<AppArgs> {
visitor(num_threads, "num_threads", visitor(num_threads, "num_threads",
kDefaultNumThreads, // see ChooseNumThreads kDefaultNumThreads, // see ChooseNumThreads
"Number of threads to use.\n Default = Estimate of the " "Number of threads to use.\n Default = Estimate of the "
"number of suupported concurrent threads.", "number of supported concurrent threads.",
2); 2);
visitor( visitor(
eot_line, "eot_line", std::string(""), eot_line, "eot_line", std::string(""),