Skip to content

Commit

Permalink
Fix review findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppo Takalo committed Jan 21, 2019
1 parent 0f0469d commit 6f15b04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions features/cellular/framework/API/CellularNetwork.h
@@ -1,3 +1,4 @@
/*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
Expand Down
4 changes: 2 additions & 2 deletions features/netsocket/Socket.h
Expand Up @@ -112,8 +112,8 @@ class Socket {
/** Send a message on a socket.
*
* The sendto() function sends a message through a connection-mode or connectionless-mode socket.
* If the socket is in connectionless-mode, the message is sent to the address specified.
* If the socket is in connection-mode, address is ignored.
* If the socket is a connectionless-mode socket, the message is sent to the address specified.
* If the socket is a connected-mode socket, address is ignored.
*
* By default, sendto blocks until data is sent. If socket is set to
* non-blocking or times out, NSAPI_ERROR_WOULD_BLOCK is returned
Expand Down
2 changes: 1 addition & 1 deletion features/netsocket/WiFiInterface.h
Expand Up @@ -26,7 +26,7 @@
#include "netsocket/NetworkInterface.h"
#include "netsocket/WiFiAccessPoint.h"

/** Common interface that between Wi-Fi devices.
/** Common interface between Wi-Fi devices.
*/
class WiFiInterface: public virtual NetworkInterface {
public:
Expand Down

0 comments on commit 6f15b04

Please sign in to comment.