aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/Kconfig
diff options
context:
space:
mode:
authorJunesung Lee <junesoung412@gmail.com>2015-09-12 09:58:47 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-12 18:24:57 -0700
commit7e25075e3e34cedf660c63e30bfcc7e385d40766 (patch)
treefbcfa403ea476e99192aef60d070ddb990a46854 /drivers/staging/android/Kconfig
parentstaging: dgap: remove unused variable (diff)
downloadlinux-dev-7e25075e3e34cedf660c63e30bfcc7e385d40766.tar.xz
linux-dev-7e25075e3e34cedf660c63e30bfcc7e385d40766.zip
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>
Diffstat (limited to 'drivers/staging/android/Kconfig')
-rw-r--r--drivers/staging/android/Kconfig2
1 files changed, 1 insertions, 1 deletions
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