From f5fb552b57b6d1cd5825e18fb8934d0592d053fa Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Mon, 16 Mar 2026 12:12:30 -0500 Subject: [PATCH] drm: Fix stale comment that refers to weston_view This is passed a weston_paint_node, not a weston_view. Signed-off-by: Derek Foreman --- libweston/backend-drm/state-helpers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libweston/backend-drm/state-helpers.c b/libweston/backend-drm/state-helpers.c index 52746c755..dbcef7696 100644 --- a/libweston/backend-drm/state-helpers.c +++ b/libweston/backend-drm/state-helpers.c @@ -216,8 +216,8 @@ drm_plane_state_put_back(struct drm_plane_state *state) } /** - * Given a weston_view, fill the drm_plane_state's co-ordinates to display on - * a given plane. + * Given a weston_paint_node, fill the drm_plane_state's co-ordinates to + * display on a given plane. */ void drm_plane_state_coords_for_paint_node(struct drm_plane_state *state,