aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJames Morris <jmorris@redhat.com>2004-08-10 04:24:48 -0700
committerJames Morris <jmorris@redhat.com>2004-08-10 04:24:48 -0700
commitff40eaa155654529edc577ff4a43d42287b2f367 (patch)
treedbaecd3af378b478e56a23c07fce0e3ff27aed91 /crypto
parent3b5de441288610f5f3493eb483bad2246c0bab8a (diff)
downloadhistory-ff40eaa155654529edc577ff4a43d42287b2f367.tar.gz
[CRYPTO]: Typo in crypto/scatterwalk.c
From Nicolas Kaiser <nikai@nikai.net> Signed-off-by: James Morris <jmorris@redhat.com> Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/scatterwalk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/scatterwalk.c b/crypto/scatterwalk.c
index 540dd9ac150414..f6a5c9e5b2e096 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);