From: Martin Peres Date: Tue, 9 Dec 2014 07:13:09 +0000 (+0100) Subject: drm: fix a typo in a comment X-Git-Tag: v5.15~16316^2~45^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=393e872e1daa4958f862fdbd321bb9ba7f7acb0d;p=platform%2Fkernel%2Flinux-starfive.git drm: fix a typo in a comment Spotted while reviewing the DRM changes in Linux 3.18 for LinuxFR. Cc: Ville Syrjälä Signed-off-by: Martin Peres Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c index 0e47df4..f5a5f18 100644 --- a/drivers/gpu/drm/drm_irq.c +++ b/drivers/gpu/drm/drm_irq.c @@ -166,7 +166,7 @@ static void vblank_disable_and_save(struct drm_device *dev, int crtc) spin_lock_irqsave(&dev->vblank_time_lock, irqflags); /* - * If the vblank interrupt was already disbled update the count + * If the vblank interrupt was already disabled update the count * and timestamp to maintain the appearance that the counter * has been ticking all along until this time. This makes the * count account for the entire time between drm_vblank_on() and