Fix common misspellings
[linux-2.6-block.git] / arch / alpha / kernel / core_lca.c
index 4843f6ec9f3a1c1f92ac83a31ef89f3a90d0a1b1..cb2801cfd3df5578c3caea9159ba8486bfbe14fe 100644 (file)
@@ -133,7 +133,7 @@ conf_read(unsigned long addr)
 
        local_irq_save(flags);
 
-       /* Reset status register to avoid loosing errors.  */
+       /* Reset status register to avoid losing errors.  */
        stat0 = *(vulp)LCA_IOC_STAT0;
        *(vulp)LCA_IOC_STAT0 = stat0;
        mb();
@@ -170,7 +170,7 @@ conf_write(unsigned long addr, unsigned int value)
 
        local_irq_save(flags);  /* avoid getting hit by machine check */
 
-       /* Reset status register to avoid loosing errors.  */
+       /* Reset status register to avoid losing errors.  */
        stat0 = *(vulp)LCA_IOC_STAT0;
        *(vulp)LCA_IOC_STAT0 = stat0;
        mb();