diff --git a/libraries/mbed/api/Ethernet.h b/libraries/mbed/api/Ethernet.h index 83a40b8f5f..d0e59a5cf7 100644 --- a/libraries/mbed/api/Ethernet.h +++ b/libraries/mbed/api/Ethernet.h @@ -89,7 +89,7 @@ public: * * @returns * 0 if the sending was failed, - * 1 if the package is successfully sent. + * or the size of the packet successfully sent. */ int send();