You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/04/01 09:24:03 UTC

[incubator-nuttx] branch master updated: Fix a typo in Kconfig help

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dffb8c  Fix a typo in Kconfig help
4dffb8c is described below

commit 4dffb8c584dd19dfce616bb465e1a612f0102543
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Apr 1 18:00:01 2020 +0900

    Fix a typo in Kconfig help
---
 libs/libc/netdb/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/libc/netdb/Kconfig b/libs/libc/netdb/Kconfig
index 718349f..b205732 100644
--- a/libs/libc/netdb/Kconfig
+++ b/libs/libc/netdb/Kconfig
@@ -192,7 +192,7 @@ config NETDB_DNSSERVER_IPv4ADDR
 	depends on NETDB_DNSSERVER_IPv4
 	---help---
 		Default DNS server IPv4 address in host byte order.  Default value
-		10.0.0.0.1.  This may be changed via dns_add_nameserver().
+		10.0.0.1.  This may be changed via dns_add_nameserver().
 
 if NETDB_DNSSERVER_IPv6