diff options
author | emersion <contact@emersion.fr> | 2018-05-03 22:13:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 22:13:27 +0100 |
commit | d0a939243b61e596fce1a654585244209d06f042 (patch) | |
tree | 6702a3677551290f00d6bb3e6a35875004e190a5 /include/backend/drm/properties.h | |
parent | 093b49cb6825304ed9f7d533f34f39e31bda50b4 (diff) | |
parent | 6305e6327f6d6bf774eba938e8f7789421e1a9f2 (diff) |
Merge pull request #947 from Morganamilo/typos
Fix typos across documentation, comments and strings
Diffstat (limited to 'include/backend/drm/properties.h')
-rw-r--r-- | include/backend/drm/properties.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |