backend/drm: fix typo in restore_drm_device() comment

This commit is contained in:
Simon Ser 2024-02-15 09:41:37 +01:00
parent d2acd4c362
commit 653e28d2a3
1 changed files with 1 additions and 1 deletions

View File

@ -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.