X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fmd%2Fbitmap.h;h=d0aeaf46d932017505e4b3728cfa1ca3c9e6fe3c;hb=86a45a023dc4e2217bef34ab204b21a37d1b373a;hp=931a7a7c3796e5f389537579c65fa9364a0567b8;hpb=dc7c0b6a6d28b0de231728de963ed53a9cee85cf;p=pandora-kernel.git diff --git a/drivers/md/bitmap.h b/drivers/md/bitmap.h index 931a7a7c3796..d0aeaf46d932 100644 --- a/drivers/md/bitmap.h +++ b/drivers/md/bitmap.h @@ -45,7 +45,7 @@ * * The counter counts pending write requests, plus the on-disk bit. * When the counter is '1' and the resync bits are clear, the on-disk - * bit can be cleared aswell, thus setting the counter to 0. + * bit can be cleared as well, thus setting the counter to 0. * When we set a bit, or in the counter (to start a write), if the fields is * 0, we first set the disk bit and set the counter to 1. *