diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-02-07 19:37:26 -0500 |
|---|---|---|
| committer | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-02-07 16:37:26 -0800 |
| commit | 23b36c5cb10c820c0b0f66000711d1013bc009f3 (patch) | |
| tree | b694305dcdecafd27ca785aae000fed610796480 /source | |
| parent | 4d593fe34ff89ce13882e47ccd95881ef4743c6b (diff) | |
* Improve test coverage of bit cast, particularly for asfloat. Make the values being cast between valid floats. (#832)
* Typo fix
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/compiler.cpp b/source/slang/compiler.cpp index c93f3f70c..21f56c9ee 100644 --- a/source/slang/compiler.cpp +++ b/source/slang/compiler.cpp @@ -1153,7 +1153,7 @@ SlangResult dissassembleDXILUsingDXC( // It is possible that we are dynamically discovering entry // points (using `[shader(...)]` attributes), so that the // number of entry points on the compile request does not - // match the number of entries in teh `entryPointOutputPaths` + // match the number of entries in the `entryPointOutputPaths` // array. // String outputPath; |
