drm: fix a small spelling

Fix a little spelling of drm_crtc_convert_umode() comment.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Marc-André Lureau 2013-10-18 16:11:27 +02:00 committed by Dave Airlie
parent 9e3396ae42
commit 74afee7dd9

View file

@ -1303,7 +1303,7 @@ static void drm_crtc_convert_to_umode(struct drm_mode_modeinfo *out,
} }
/** /**
* drm_crtc_convert_to_umode - convert a modeinfo into a drm_display_mode * drm_crtc_convert_umode - convert a modeinfo into a drm_display_mode
* @out: drm_display_mode to return to the user * @out: drm_display_mode to return to the user
* @in: drm_mode_modeinfo to use * @in: drm_mode_modeinfo to use
* *