X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=fs%2Fbio.c;h=2bd671a08e3be225c6b44aebee585ad6f457d445;hp=12da5db8682c24903d492798b365c010ba378c49;hb=af901ca181d92aac3a7dc265144a9081a86d8f39;hpb=972b94ffb90ea6d20c589d9a47215df103388ddd diff --git a/fs/bio.c b/fs/bio.c index 12da5db..2bd671a 100644 --- a/fs/bio.c +++ b/fs/bio.c @@ -272,7 +272,7 @@ EXPORT_SYMBOL(bio_init); * for a &struct bio to become free. If a %NULL @bs is passed in, we will * fall back to just using @kmalloc to allocate the required memory. * - * Note that the caller must set ->bi_destructor on succesful return + * Note that the caller must set ->bi_destructor on successful return * of a bio, to do the appropriate freeing of the bio once the reference * count drops to zero. **/