From c2911dd688ae23d23213c7ae25b8975e65a91ec9 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 8 May 2026 12:55:55 -0400 Subject: [PATCH] jay: fix comment Signed-off-by: Alyssa Rosenzweig Reviewed-by: Kenneth Graunke Part-of: --- src/intel/compiler/jay/jay_ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/compiler/jay/jay_ir.h b/src/intel/compiler/jay/jay_ir.h index ed8e8549be0..af085192afe 100644 --- a/src/intel/compiler/jay/jay_ir.h +++ b/src/intel/compiler/jay/jay_ir.h @@ -581,7 +581,7 @@ typedef struct jay_inst { enum jay_opcode op; enum jay_type type; /**< execution type of the instruction */ - /** Software scoreboarding dependencies (for non-SYNC instructions) */ + /** Software scoreboarding dependencies */ struct tgl_swsb dep; /** Number of sources */