summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/module.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/spirv-tools/source/opt/module.h')
-rw-r--r--3rdparty/bgfx/3rdparty/spirv-tools/source/opt/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/module.h b/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/module.h
index 43b55ae1557..0360b7d5b40 100644
--- a/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/module.h
+++ b/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/module.h
@@ -104,7 +104,7 @@ class Module {
inline void AddDebug3Inst(std::unique_ptr<Instruction> d);
// Appends a debug info extension (OpenCL.DebugInfo.100,
- // NonSemantic.Vulkan.DebugInfo.100, or DebugInfo) instruction to this module.
+ // NonSemantic.Shader.DebugInfo.100, or DebugInfo) instruction to this module.
inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);
// Appends an annotation instruction to this module.