From 6810593822fe87093be2d6670f9dfabff7219c25 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Fri, 11 Dec 2020 18:17:48 +0000 Subject: [PATCH] runtime: Fix an obsolete comment This hasn't been true since af22427b. Signed-off-by: Simon McVittie <smcv@collabora.com> --- pressure-vessel/runtime.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pressure-vessel/runtime.c b/pressure-vessel/runtime.c index 925d96ea3..426374da8 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)]; -- GitLab