staging: android: ashmem: doc: Fix spelling

Fixed spelling in comment section.

Signed-off-by: Daniel Bovensiepen <daniel@bovensiepen.net>
Acked-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Daniel Bovensiepen 2018-12-06 15:52:43 +00:00 committed by Greg Kroah-Hartman
parent 0fe6dc4d68
commit 1de24f362f
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ static int range_alloc(struct ashmem_area *asma,
}
/**
* range_del() - Deletes and dealloctes an ashmem_range structure
* range_del() - Deletes and deallocates an ashmem_range structure
* @range: The associated ashmem_range that has previously been allocated
*/
static void range_del(struct ashmem_range *range)