From 926009a58315845b3a3a95e2724486a6c9e987ea Mon Sep 17 00:00:00 2001 From: Tomáš Pazdiora Date: Fri, 10 May 2024 03:17:38 +0200 Subject: fix typo (#4144) Co-authored-by: Yong He --- source/core/slang-type-text-util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/core/slang-type-text-util.cpp b/source/core/slang-type-text-util.cpp index d18f10a5e..e6c575bc3 100644 --- a/source/core/slang-type-text-util.cpp +++ b/source/core/slang-type-text-util.cpp @@ -54,7 +54,7 @@ static const TypeTextUtil::CompileTargetInfo s_compileTargetInfos[] = { SLANG_CPP_PYTORCH_BINDING, "cpp,c++,cxx", "torch,torch-binding,torch-cpp,torch-cpp-binding", "C++ for pytorch binding" }, { SLANG_HOST_CPP_SOURCE, "cpp,c++,cxx", "host-cpp,host-c++,host-cxx", "C++ source for host execution"}, { SLANG_HOST_EXECUTABLE,"exe", "exe,executable", "Executable binary" }, - { SLANG_SHADER_SHARED_LIBRARY, "shader-dll,shader-so", "shader-sharedlib,sahder-sharedlibrary,shader-dll", "Shared library/Dll for shader kernel" }, + { SLANG_SHADER_SHARED_LIBRARY, "shader-dll,shader-so", "shader-sharedlib,shader-sharedlibrary,shader-dll", "Shared library/Dll for shader kernel" }, { SLANG_HOST_SHARED_LIBRARY, "dll,so", "sharedlib,sharedlibrary,dll", "Shared library/Dll for host execution" }, { SLANG_CUDA_SOURCE, "cu", "cuda,cu", "CUDA source code" }, { SLANG_PTX, "ptx", "ptx", "PTX assembly" }, -- cgit v1.2.3