]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - drivers/video/matrox/matroxfb_base.c
Fix common misspellings
[mirror_ubuntu-kernels.git] / drivers / video / matrox / matroxfb_base.c
index 5ce6fa6e59f0b98c362a99419eb65d253b8f7cf9..44bf8d4a216b41afb4d15244b1370c8848285700 100644 (file)
@@ -621,7 +621,7 @@ static int matroxfb_decode_var(const struct matrox_fb_info *minfo,
                var->yoffset = var->yres_virtual - var->yres;
 
        if (bpp == 16 && var->green.length == 5) {
-               bpp--; /* an artifical value - 15 */
+               bpp--; /* an artificial value - 15 */
        }
 
        for (rgbt = table; rgbt->bpp < bpp; rgbt++);