From 7e25075e3e34cedf660c63e30bfcc7e385d40766 Mon Sep 17 00:00:00 2001 From: Junesung Lee Date: Sat, 12 Sep 2015 09:58:47 +0900 Subject: staging: android: fix typo 'syncrhronization' is wrong spell. 'synchronization' is correct. Signed-off-by: Junesung Lee Signed-off-by: Greg Kroah-Hartman --- drivers/staging/android/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig index 68307121c9c1..42b15126aa06 100644 --- a/drivers/staging/android/Kconfig +++ b/drivers/staging/android/Kconfig @@ -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 -- cgit