summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-06-30 17:26:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-25 09:27:26 +0200
commit97ba7671fefd02c562f8e064bb74506ccafefa2f (patch)
tree4f68054277b3f08fe6aa999bef878440eaf40242
parentf72b0713d66888345c9441306a37d0fcc3603a29 (diff)
downloadbarebox-97ba7671fefd02c562f8e064bb74506ccafefa2f.tar.gz
barebox-97ba7671fefd02c562f8e064bb74506ccafefa2f.tar.xz
USB: Fix typo tranceiver -> transceiver
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Conflicts: drivers/usb/otg/Kconfig Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/usb/otg/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig
index 2c5b789c8f..d8716773f3 100644
--- a/drivers/usb/otg/Kconfig
+++ b/drivers/usb/otg/Kconfig
@@ -1,7 +1,7 @@
config USB_ULPI
- bool "ULPI Tranceiver support"
+ bool "ULPI Transceiver support"
help
- Support for tranceivers that conforms ULPI specification.
+ Support for transceivers that conforms ULPI specification.
config USB_TWL4030
- bool "TWL4030 Tranceiver support"
+ bool "TWL4030 Transceiver support"