aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/drm/drm.c2
1 files changed, 1 insertions, 1 deletions
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.