mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix typos in comments and strings
This commit is contained in:
parent
5bd170b2f3
commit
6305e6327f
12 changed files with 15 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue