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:
Alastair Donaldson 2021-09-02 14:50:50 +00:00 committed by Tint LUCI CQ
parent 4cc4315d6c
commit 03cd484247
1 changed files with 1 additions and 1 deletions

View File

@ -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
}