diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2014-04-10 01:30:05 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-05 15:28:05 +0200 |
commit | ecf1dbac78a41c6a5b948f1a50960cde1ec362d1 (patch) | |
tree | a13a574a64841e3eb464e333da7a8a24386e468e /drivers/base | |
parent | 159d8133d0b54a501a41a66fe3a0e7d16405e36d (diff) |
dma-buf: fix trivial typo error
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/dma-buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/dma-buf.c b/drivers/base/dma-buf.c index ea77701deda..840c7fa8098 100644 --- a/drivers/base/dma-buf.c +++ b/drivers/base/dma-buf.c @@ -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. * |