staging: android: fix typo

'syncrhronization' is wrong spell. 'synchronization' is correct.

Signed-off-by: Junesung Lee <junesoung412@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Junesung Lee 2015-09-12 09:58:47 +09:00 committed by Greg Kroah-Hartman
parent 045ec41231
commit 7e25075e3e

View file

@ -54,7 +54,7 @@ config SW_SYNC
depends on SYNC
---help---
A sync object driver that uses a 32bit counter to coordinate
syncrhronization. Useful when there is no hardware primitive backing
synchronization. Useful when there is no hardware primitive backing
the synchronization.
config SW_SYNC_USER