From 653e28d2a303304a280bd7fa51acbe27299b44d7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 15 Feb 2024 09:41:37 +0100 Subject: [PATCH] backend/drm: fix typo in restore_drm_device() comment --- backend/drm/drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/drm/drm.c b/backend/drm/drm.c index 10564305..fe5f4f8f 100644 --- a/backend/drm/drm.c +++ b/backend/drm/drm.c @@ -1740,7 +1740,7 @@ static void build_current_connector_state(struct wlr_output_state *state, void restore_drm_device(struct wlr_drm_backend *drm) { // The previous DRM master leaves KMS in an undefined state. We need - // to restore out own state, but be careful to avoid invalid + // to restore our own state, but be careful to avoid invalid // configurations. The connector/CRTC mapping may have changed, so // first disable all CRTCs, then light up the ones we were using // before the VT switch.