Przeglądaj źródła

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>
Junesung Lee 10 lat temu
rodzic
commit
7e25075e3e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      drivers/staging/android/Kconfig

+ 1 - 1
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