drm/blend: Fix comment typ-o
authorRobert Foss <robert.foss@collabora.com>
Fri, 19 May 2017 20:50:16 +0000 (16:50 -0400)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 22 May 2017 07:44:36 +0000 (09:44 +0200)
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
drivers/gpu/drm/drm_blend.c

index a0d0d68..dee67ef 100644 (file)
  *     "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,