From ebe02274fff2c0d251c8d74fdd7b0beafcb501a8 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Fri, 30 Sep 2016 11:10:59 +0100 Subject: [PATCH] NetworkInterface- fix comments for dhcp and ip methods --- features/net/network-socket/NetworkInterface.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/features/net/network-socket/NetworkInterface.h b/features/net/network-socket/NetworkInterface.h index 8d3cef8080..f280bab9ee 100644 --- a/features/net/network-socket/NetworkInterface.h +++ b/features/net/network-socket/NetworkInterface.h @@ -95,16 +95,14 @@ public: */ virtual int connect() = 0; - /** - * Sends the dhcp request + /** Sends DHCP request * * @param timeout Request timeout in ms * @return NSAPI_ERROR_OK in case of success, error code otherwise */ virtual int start_dhcp(uint timeout = 15000) = 0; - /** - * Starts the interface with static IP + /** Starts the interface with static IP * * @param ip Static IP to use (in XYZ.XYZ.XYZ.XYZ format) * @param netmask Network mask to use (in XYZ.XYZ.XYZ.XYZ format)