tree-wide: Assorted spelling fixes
[linux-2.6-block.git] / drivers / net / ucc_geth.c
index eb8fe7e16c6cdd27319ec1e3a024328bd0d4c99b..8eec97799e056de864e404c5cdd191da647e488a 100644 (file)
@@ -429,7 +429,7 @@ static void hw_add_addr_in_hash(struct ucc_geth_private *ugeth,
            ucc_fast_get_qe_cr_subblock(ugeth->ug_info->uf_info.ucc_num);
 
        /* Ethernet frames are defined in Little Endian mode,
-       therefor to insert */
+       therefore to insert */
        /* the address to the hash (Big Endian mode), we reverse the bytes.*/
 
        set_mac_addr(&p_82xx_addr_filt->taddr.h, p_enet_addr);