tree-wide: fix assorted typos all over the place
[deliverable/linux.git] / include / asm-generic / memory_model.h
index 4c8d0afae71196cdd776ba709be8b5a70e16cf12..fb2d63f13f4c0aa7d5caf5d2bce8171f22f5b07b 100644 (file)
@@ -47,7 +47,7 @@
 
 #elif defined(CONFIG_SPARSEMEM_VMEMMAP)
 
-/* memmap is virtually contigious.  */
+/* memmap is virtually contiguous.  */
 #define __pfn_to_page(pfn)     (vmemmap + (pfn))
 #define __page_to_pfn(page)    (unsigned long)((page) - vmemmap)
 
This page took 0.023433 seconds and 5 git commands to generate.