DRM: comment: `halve' -> `half'
authorMichael Witten <mfwitten@gmail.com>
Thu, 15 Sep 2011 21:07:26 +0000 (21:07 +0000)
committerJiri Kosina <jkosina@suse.cz>
Mon, 14 Oct 2013 13:49:09 +0000 (15:49 +0200)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/gpu/drm/drm_irq.c

index f92da0a..062dc22 100644 (file)
@@ -497,8 +497,8 @@ void drm_calc_timestamping_constants(struct drm_crtc *crtc)
        /* Dot clock in Hz: */
        dotclock = (u64) crtc->hwmode.clock * 1000;
 
-       /* Fields of interlaced scanout modes are only halve a frame duration.
-        * Double the dotclock to get halve the frame-/line-/pixelduration.
+       /* Fields of interlaced scanout modes are only half a frame duration.
+        * Double the dotclock to get half the frame-/line-/pixelduration.
         */
        if (crtc->hwmode.flags & DRM_MODE_FLAG_INTERLACE)
                dotclock *= 2;