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 */