Skip to content

Commit

Permalink
Fix comment. Force rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
igough committed Sep 25, 2018
1 parent d95cd6a commit 3f2853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MQTTClient-C/src/FreeRTOS/MQTTFreeRTOS.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ int NetworkConnect(Network* n, char* addr, int port)
struct freertos_sockaddr sAddr;
int retVal = -1;

// FreeRTOS_gethostbyname does not check if its the addr is already
// FreeRTOS_gethostbyname does not check if addr is already
// an IP address so do that first, otherwise valid IP addresses will fail.
sAddr.sin_addr = FreeRTOS_inet_addr( addr );
if ( sAddr.sin_addr == 0 )
Expand Down

0 comments on commit 3f2853e

Please sign in to comment.