Fix typo in comment
Change-Id: Ib084dd47a7ad37a64d8abe9cc577f6b05b91a913 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/63340 Auto-Submit: Alastair Donaldson <afdx@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
4cc4315d6c
commit
03cd484247
|
@ -841,7 +841,7 @@ bool GenerateHlsl(const tint::Program* program, const Options& options) {
|
|||
|
||||
return true;
|
||||
#else
|
||||
std::cerr << "MSL writer not enabled in tint build" << std::endl;
|
||||
std::cerr << "HLSL writer not enabled in tint build" << std::endl;
|
||||
return false;
|
||||
#endif // TINT_BUILD_HLSL_WRITER
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue