summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 20:09:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 20:09:15 -0600
commit3a0747f248c25a55df9b2ede3e2f1373b84a4097 (patch)
treeb22671b7a612dfdcdc2528da2ba0026c75394bd6 /nuttx/drivers
parentfd1e0a17e27b59cc236394c0766feea7278e1d00 (diff)
downloadpx4-nuttx-3a0747f248c25a55df9b2ede3e2f1373b84a4097.tar.gz
px4-nuttx-3a0747f248c25a55df9b2ede3e2f1373b84a4097.tar.bz2
px4-nuttx-3a0747f248c25a55df9b2ede3e2f1373b84a4097.zip
configs/freedom-kl25z: Change references to NuTiny to Freedom KL25Z
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/serial/Kconfig b/nuttx/drivers/serial/Kconfig
index d512784a4..c013d281f 100644
--- a/nuttx/drivers/serial/Kconfig
+++ b/nuttx/drivers/serial/Kconfig
@@ -350,7 +350,7 @@ config SERIAL_TIOCSERGSTRUCT
depends on DEBUG && (MCU_SERIAL || 16550_UART)
---help---
As a debug option, many serial bottom half drivers support the TIOCSERGSTRUCT
- that allows you to get the internal drvier data structure. By default, this
+ that allows you to get the internal driver data structure. By default, this
IOCTL is not supported in order to reduce footprint. But if (1) the driver
supports the TIOCSERGSTRUCT ioctl, and (2) this option is selected, then
support for the TIOCSERGSTRUCT will be enabled.