Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Junesung Lee and committed by
Greg Kroah-Hartman
7e25075e 045ec412

+1 -1
+1 -1
drivers/staging/android/Kconfig
··· 54 54 depends on SYNC 55 55 ---help--- 56 56 A sync object driver that uses a 32bit counter to coordinate 57 - syncrhronization. Useful when there is no hardware primitive backing 57 + synchronization. Useful when there is no hardware primitive backing 58 58 the synchronization. 59 59 60 60 config SW_SYNC_USER