]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dma-buf: fix trivial typo error
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Wed, 9 Apr 2014 23:30:05 +0000 (01:30 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 5 May 2014 13:28:05 +0000 (15:28 +0200)
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/base/dma-buf.c

index ea77701deda40074b4b59a03384106b4acb4fd14..840c7fa80983de8337e0f401f3441552059615d0 100644 (file)
@@ -491,7 +491,7 @@ EXPORT_SYMBOL_GPL(dma_buf_kunmap);
  *                     dma-buf buffer.
  *
  * This function adjusts the passed in vma so that it points at the file of the
- * dma_buf operation. It alsog adjusts the starting pgoff and does bounds
+ * dma_buf operation. It also adjusts the starting pgoff and does bounds
  * checking on the size of the vma. Then it calls the exporters mmap function to
  * set up the mapping.
  *