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 --- backend/drm/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/drm/util.c') 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; } -- cgit v1.2.3