]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/video/aty/atyfb_base.c
Fix common misspellings
[mirror_ubuntu-artful-kernel.git] / drivers / video / aty / atyfb_base.c
index d437b3daf1f5f08b39172048f44e6c2c7510ffca..ebb893c49e9027b9d9cb3aa897e83db394026ff0 100644 (file)
@@ -3124,12 +3124,12 @@ static int __devinit atyfb_setup_sparc(struct pci_dev *pdev,
                M = pll_regs[2];
 
                /*
-                * PLL Feedback Divider N (Dependant on CLOCK_CNTL):
+                * PLL Feedback Divider N (Dependent on CLOCK_CNTL):
                 */
                N = pll_regs[7 + (clock_cntl & 3)];
 
                /*
-                * PLL Post Divider P (Dependant on CLOCK_CNTL):
+                * PLL Post Divider P (Dependent on CLOCK_CNTL):
                 */
                P = 1 << (pll_regs[6] >> ((clock_cntl & 3) << 1));