aboutsummaryrefslogtreecommitdiff
path: root/backend/drm
diff options
context:
space:
mode:
authormorganamilo <morganamilo@gmail.com>2018-05-03 21:59:43 +0100
committermorganamilo <morganamilo@gmail.com>2018-05-03 21:59:43 +0100
commit6305e6327f6d6bf774eba938e8f7789421e1a9f2 (patch)
tree6702a3677551290f00d6bb3e6a35875004e190a5 /backend/drm
parent5bd170b2f35e53494d342a8a9f02a7f986f7c45d (diff)
Fix typos in comments and strings
Diffstat (limited to 'backend/drm')
-rw-r--r--backend/drm/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/drm/util.c b/backend/drm/util.c
index 41ba47d1..73669205 100644
--- a/backend/drm/util.c
+++ b/backend/drm/util.c
@@ -266,7 +266,7 @@ static bool match_obj_(struct match_state *st, size_t skips, size_t score, size_
continue;
}
- // Not compatable
+ // Not compatible
if (!(st->objs[st->res[i]] & (1 << i))) {
continue;
}