From 6305e6327f6d6bf774eba938e8f7789421e1a9f2 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Thu, 3 May 2018 21:59:43 +0100 Subject: Fix typos in comments and strings --- include/backend/drm/properties.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/backend') diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h index 1b3b2241..5b17e77e 100644 --- a/include/backend/drm/properties.h +++ b/include/backend/drm/properties.h @@ -24,7 +24,7 @@ union wlr_drm_connector_props { union wlr_drm_crtc_props { struct { - // Neither of these are guranteed to exist + // Neither of these are guaranteed to exist uint32_t rotation; uint32_t scaling_mode; @@ -41,7 +41,7 @@ union wlr_drm_crtc_props { union wlr_drm_plane_props { struct { uint32_t type; - uint32_t rotation; // Not guranteed to exist + uint32_t rotation; // Not guaranteed to exist // atomic-modesetting only -- cgit v1.2.3