X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Fvideobuf-vmalloc.c;h=a868b7ed75ff2cc60f09181c1b1812dd44888c56;hb=eb4225b2da2b9f3c1ee43efe58ed1415cc1d4c47;hp=c91e1d8e38025d32c292d888cac3feeb20103d6d;hpb=95dfec6ae1cb8c03406aac612a5642cbddb676b3;p=pandora-kernel.git diff --git a/drivers/media/video/videobuf-vmalloc.c b/drivers/media/video/videobuf-vmalloc.c index c91e1d8e3802..a868b7ed75ff 100644 --- a/drivers/media/video/videobuf-vmalloc.c +++ b/drivers/media/video/videobuf-vmalloc.c @@ -1,7 +1,7 @@ /* * helper functions for vmalloc video4linux capture buffers * - * The functions expect the hardware being able to scatter gatter + * The functions expect the hardware being able to scatter gather * (i.e. the buffers are not linear in physical memory, but fragmented * into PAGE_SIZE chunks). They also assume the driver does not need * to touch the video data.