aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/drm')
-rw-r--r--include/backend/drm/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index c5685079..80bc7669 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -134,7 +134,7 @@ struct wlr_drm_connector {
struct wl_list link;
/*
- * We've asked for a state change in the kernel, and yet to recieve a
+ * We've asked for a state change in the kernel, and yet to receive a
* notification for its completion. Currently, the kernel only has a
* queue length of 1, and no way to modify your submissions after
* they're sent.