summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-29 11:46:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-29 11:46:10 -0600
commitbcfbb7a3974dbd00ffb99d146e69eb3e3dc99d57 (patch)
treea1d7ed3a7b884b53d54f02ec23c6139dd7bd8d0f /nuttx/net/Kconfig
parent4c24c7c4a741eaeffc76339f07076cdad7a36c56 (diff)
downloadpx4-nuttx-bcfbb7a3974dbd00ffb99d146e69eb3e3dc99d57.tar.gz
px4-nuttx-bcfbb7a3974dbd00ffb99d146e69eb3e3dc99d57.tar.bz2
px4-nuttx-bcfbb7a3974dbd00ffb99d146e69eb3e3dc99d57.zip
Dependency generation fix for directories that keep object files in a sub-directory
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index c16bbafaf..c581e32a3 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -180,7 +180,7 @@ config NET_SENDFILE
bool "Optimized network sendfile()"
default n
---help---
- Support larger, high performance sendfile() from transferring
+ Support larger, higher performance sendfile() for transferring
files out a TCP connection.
endif # NET_TCP