From aa35ebb6b638fbd741b1df0a23dbd1e510a9ba3d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Dec 2015 16:17:50 +0000 Subject: [PATCH] Correct a typo in CONFIG_NSH_IPADDR help text. --- nshlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index 685de9d85..4f820e502 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -986,7 +986,7 @@ config NSH_IPADDR ---help--- If NSH_DHCPC is NOT set, then the static IP address must be provided. This is a 32-bit integer value in host order. So, as an example, - 0x10000002 would be 10.0.0.2. + 0x0a000002 would be 10.0.0.2. config NSH_DRIPADDR hex "Router IPv4 address"