From: Robert Foss Date: Fri, 19 May 2017 20:50:16 +0000 (-0400) Subject: drm/blend: Fix comment typ-o X-Git-Tag: v4.13-rc1~73^2~29^2~12 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a18e6621d200193392369b84280e259077e75381;p=linux.git drm/blend: Fix comment typ-o Fix DRM_REFELCT_Y -> DRM_REFLECT_Y. Signed-off-by: Robert Foss Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/20170519205017.23307-1-robert.foss@collabora.com --- 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,