X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=crypto%2Fscatterwalk.c;h=f6a5c9e5b2e096b5d5e955c3744c221d208ecff1;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=540dd9ac150414dd783fb309eda248a98cb62cae;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/crypto/scatterwalk.c b/crypto/scatterwalk.c index 540dd9ac1..f6a5c9e5b 100644 --- a/crypto/scatterwalk.c +++ b/crypto/scatterwalk.c @@ -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);