jay: fix comment

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41510>
This commit is contained in:
Alyssa Rosenzweig 2026-05-08 12:55:55 -04:00 committed by Marge Bot
parent 3d94ba1d20
commit c2911dd688

View file

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