Fix common misspellings
[linux-2.6-block.git] / drivers / staging / octeon / cvmx-fpa.h
index 50a8c91778fa76e99a20d30915c6f93079c64506..1f04f965873688674402976d1a2c73d183567c8d 100644 (file)
@@ -195,7 +195,7 @@ static inline void cvmx_fpa_async_alloc(uint64_t scr_addr, uint64_t pool)
        cvmx_fpa_iobdma_data_t data;
 
        /*
-        * Hardware only uses 64 bit alligned locations, so convert
+        * Hardware only uses 64 bit aligned locations, so convert
         * from byte address to 64-bit index
         */
        data.s.scraddr = scr_addr >> 3;