From 23b36c5cb10c820c0b0f66000711d1013bc009f3 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 7 Feb 2019 19:37:26 -0500 Subject: * Improve test coverage of bit cast, particularly for asfloat. Make the values being cast between valid floats. (#832) * Typo fix --- source/slang/compiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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; -- cgit v1.2.3