From 2f42388e31baef169911d6a4ce9737392ecd610c Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 3 Dec 2024 02:48:38 +0700 Subject: Fix typo in capdef file (#5711) After #5671, when a build is done, the doc file is regenerated from the capdef file resulting in a changed file in the build tree. Fixing the typo in the capdef file prevents that from happening. Co-authored-by: Yong He --- source/slang/slang-capabilities.capdef | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/slang/slang-capabilities.capdef b/source/slang/slang-capabilities.capdef index 3ea991eb4..c8a66448d 100644 --- a/source/slang/slang-capabilities.capdef +++ b/source/slang/slang-capabilities.capdef @@ -4,7 +4,7 @@ // This file will be parsed and processed by the slang-capability-generator // tool during the build process to produce slang-generated-capability-defs.h // and slang-generated-capability-defs-impl.h files that constitute the final -// C++ source of the compiler. New capabilties should be added by editing +// C++ source of the compiler. New capabilities should be added by editing // this file instead of the generated .h files. // // A capability atom represent a basic unit that characterizes a single code-gen target or @@ -1885,7 +1885,7 @@ alias subgroup_arithmetic = GL_KHR_shader_subgroup_arithmetic | _sm_6_0 | _cuda_ /// Capabilities required to use GLSL-style subgroup operations 'subgroup_shuffle' /// [Compound] alias subgroup_shuffle = GL_KHR_shader_subgroup_shuffle | _sm_6_0 | _cuda_sm_7_0; -/// Capabilities required to use GLSL-style subgroup operations 'subgroup_shufle_relative' +/// Capabilities required to use GLSL-style subgroup operations 'subgroup_shuffle_relative' /// [Compound] alias subgroup_shufflerelative = GL_KHR_shader_subgroup_shuffle_relative | _sm_6_0 | _cuda_sm_7_0; /// Capabilities required to use GLSL-style subgroup operations 'subgroup_clustered' -- cgit v1.2.3