mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
fix: Fix various typos.
Signed-off-by: Timo Aaltonen <tjaalton@debian.org>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
34544c35dc
commit
cb984b3e4b
@@ -45,7 +45,7 @@ int MultiCommand::singleBuild(const std::vector<std::string> &args) {
|
||||
if (retVal == OCLOC_SUCCESS) {
|
||||
outputFile << getCurrentDirectoryOwn(outDirForBuilds) + outFileName;
|
||||
} else {
|
||||
outputFile << "Unsuccesful build";
|
||||
outputFile << "Unsuccessful build";
|
||||
}
|
||||
outputFile << '\n';
|
||||
|
||||
@@ -167,7 +167,7 @@ Usage: ocloc multi <file_name>
|
||||
'-file <filename> -device <device_type> [compile_options]'.
|
||||
See 'ocloc compile --help' for available compile_options.
|
||||
Results of subsequent compilations will be dumped into
|
||||
a directory with name indentical file_name's base name.
|
||||
a directory with name identical file_name's base name.
|
||||
|
||||
-output_file_list Name of optional file containing
|
||||
paths to outputs .bin files
|
||||
|
||||
Reference in New Issue
Block a user