Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / drm / drmP.h
index 954badb..76caa67 100644 (file)
@@ -820,7 +820,7 @@ struct drm_driver {
         * Specifically, the timestamp in @vblank_time should correspond as
         * closely as possible to the time when the first video scanline of
         * the video frame after the end of VBLANK will start scanning out,
-        * the time immmediately after end of the VBLANK interval. If the
+        * the time immediately after end of the VBLANK interval. If the
         * @crtc is currently inside VBLANK, this will be a time in the future.
         * If the @crtc is currently scanning out a frame, this will be the
         * past start time of the current scanout. This is meant to adhere