diff --git a/pressure-vessel/runtime.c b/pressure-vessel/runtime.c index 925d96ea3b99f4e1c8032531f898b7551750e96f..426374da865a95805235a4ca6ee09c7e17224737 100644 --- a/pressure-vessel/runtime.c +++ b/pressure-vessel/runtime.c @@ -1449,10 +1449,8 @@ typedef struct * or (type SrtVaApiDriver) or (type SrtVulkanLayer) */ gpointer icd; gchar *resolved_library; - /* Last entry is always NONEXISTENT. - * For VA-API, we use [0] and ignore the other elements. - * For the rest, this is keyed by the index of a multiarch tuple - * in multiarch_tuples. */ + /* Last entry is always NONEXISTENT; keyed by the index of a multiarch + * tuple in multiarch_tuples. */ IcdKind kinds[G_N_ELEMENTS (multiarch_tuples)]; /* Last entry is always NULL */ gchar *paths_in_container[G_N_ELEMENTS (multiarch_tuples)];