summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_blend.c
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@collabora.com>2017-05-19 16:50:16 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-05-22 09:44:36 +0200
commita18e6621d200193392369b84280e259077e75381 (patch)
tree6aea6727be1ed5e50961c9c3ec6e66155700b180 /drivers/gpu/drm/drm_blend.c
parent5d465d42c40657f47214219caed883638e3b5bbe (diff)
drm/blend: Fix comment typ-o
Fix DRM_REFELCT_Y -> DRM_REFLECT_Y. Signed-off-by: Robert Foss <robert.foss@collabora.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170519205017.23307-1-robert.foss@collabora.com
Diffstat (limited to 'drivers/gpu/drm/drm_blend.c')
-rw-r--r--drivers/gpu/drm/drm_blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c
index a0d0d6843288..dee67ef6c670 100644
--- a/drivers/gpu/drm/drm_blend.c
+++ b/drivers/gpu/drm/drm_blend.c
@@ -129,7 +129,7 @@
* "rotate-270"
* DRM_REFLECT_X:
* "reflect-x"
- * DRM_REFELCT_Y:
+ * DRM_REFLECT_Y:
* "reflect-y"
*
* Rotation is the specified amount in degrees in counter clockwise direction,