X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fscatterlist.c;h=27efa61781538550f7dcc3161986dda31667a7e4;hb=e9338abf0e186336022293d2e454c106761f262b;hp=a5977894640434b909f63f852a21ec7ec14a6ee2;hpb=b9e7773e229dd338ee53e225cb69c983cb74683d;p=linux-2.6-microblaze.git diff --git a/lib/scatterlist.c b/lib/scatterlist.c index a59778946404..27efa6178153 100644 --- a/lib/scatterlist.c +++ b/lib/scatterlist.c @@ -38,7 +38,7 @@ EXPORT_SYMBOL(sg_next); * @sg: The scatterlist * * Description: - * Allows to know how many entries are in sg, taking into acount + * Allows to know how many entries are in sg, taking into account * chaining as well * **/ @@ -59,7 +59,7 @@ EXPORT_SYMBOL(sg_nents); * * Description: * Determines the number of entries in sg that are required to meet - * the supplied length, taking into acount chaining as well + * the supplied length, taking into account chaining as well * * Returns: * the number of sg entries needed, negative error on failure