Skip to content

Commit 94eadbd

Browse files
committed
comment fix
1 parent 1fcc307 commit 94eadbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/slang/slang-ir-inst-defs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ INST(WitnessTableEntry, witness_table_entry, 2, 0)
407407
INST(InterfaceRequirementEntry, interface_req_entry, 2, GLOBAL)
408408

409409
// An inst to represent the workgroup size of the calling entry point.
410-
// We will materialize this inst during `translateGlobalInOutVar`.
410+
// We will materialize this inst during `translateGlobalVaryingVar`.
411411
INST(GetWorkGroupSize, GetWorkGroupSize, 0, HOISTABLE)
412412

413413
// An inst that returns the current stage of the calling entry point.

0 commit comments

Comments
 (0)