summaryrefslogtreecommitdiff
path: root/cmd/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/net.c')
-rw-r--r--cmd/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/net.c b/cmd/net.c
index bed76e4..df8b6c9 100644
--- a/cmd/net.c
+++ b/cmd/net.c
@@ -136,7 +136,7 @@ static void netboot_update_env(void)
}
#if !defined(CONFIG_BOOTP_SERVERIP)
/*
- * Only attempt to change serverip if net/bootp.c:BootpCopyNetParams()
+ * Only attempt to change serverip if net/bootp.c:store_net_params()
* could have set it
*/
if (net_server_ip.s_addr) {