Staging: xgifb: vb_setmode: Fixed spelling error
authorColin Cronin <colinpatrickcronin@gmail.com>
Thu, 14 May 2015 05:35:03 +0000 (22:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 01:30:40 +0000 (10:30 +0900)
Fixed spelling error in comment.

Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_setmode.c

index a47395e92d20aecaa90eb4de981e4fba3a78ceaf..3f7c10e4e27766baea4d5c8180234b8bfce2111e 100644 (file)
@@ -940,7 +940,7 @@ static void XGI_SetCRT1FIFO(struct xgi_hw_device_info *HwDeviceExtension,
 
        data = xgifb_reg_get(pVBInfo->P3c4, 0x3D);
        data &= 0xfe;
-       xgifb_reg_set(pVBInfo->P3c4, 0x3D, data); /* diable auto-threshold */
+       xgifb_reg_set(pVBInfo->P3c4, 0x3D, data); /* disable auto-threshold */
 
        xgifb_reg_set(pVBInfo->P3c4, 0x08, 0x34);
        data = xgifb_reg_get(pVBInfo->P3c4, 0x09);