lima: fixup typo

Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32381>
This commit is contained in:
Erik Faye-Lund 2024-11-11 15:12:07 +01:00 committed by Marge Bot
parent 0109e012b8
commit e50f7fad86

View file

@ -142,7 +142,7 @@ typedef struct {
/* for node pred_list */
struct list_head pred_link;
/* for ndoe succ_list */
/* for node succ_list */
struct list_head succ_link;
} gpir_dep;