vserver 1.9.3
[linux-2.6.git] / crypto / scatterwalk.c
index 540dd9a..f6a5c9e 100644 (file)
@@ -70,7 +70,7 @@ static void scatterwalk_pagedone(struct scatter_walk *walk, int out,
 {
        /* walk->data may be pointing the first byte of the next page;
           however, we know we transfered at least one byte.  So,
-          walk->data - 1 will be a virutual address in the mapped page. */
+          walk->data - 1 will be a virtual address in the mapped page. */
 
        if (out)
                flush_dcache_page(walk->page);