|
@@ -103,7 +103,7 @@ static int aac_alloc_comm(struct aac_dev *dev, void **commaddr, unsigned long co
|
|
|
* This assumes the memory is mapped zero->n, which isnt
|
|
|
* always true on real computers. It also has some slight problems
|
|
|
* with the GART on x86-64. I've btw never tried DMA from PCI space
|
|
|
- * on this platform but don't be suprised if its problematic.
|
|
|
+ * on this platform but don't be surprised if its problematic.
|
|
|
*/
|
|
|
#ifndef CONFIG_GART_IOMMU
|
|
|
if ((num_physpages << (PAGE_SHIFT - 12)) <= AAC_MAX_HOSTPHYSMEMPAGES) {
|