Skip to content

Commit c11e33e

Browse files
Mel WCruz Monrreal II
authored andcommitted
Commas
1 parent b0b22fa commit c11e33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/netsocket/CellularBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ class CellularBase: public NetworkInterface {
9393

9494
/** Get the local network mask.
9595
*
96-
* @return Null-terminated representation of the local network mask
96+
* @return Null-terminated representation of the local network mask,
9797
* or null if no network mask has been received.
9898
*/
9999
virtual const char *get_netmask() = 0;
100100

101101
/** Get the local gateways.
102102
*
103-
* @return Null-terminated representation of the local gateway
103+
* @return Null-terminated representation of the local gateway,
104104
* or null if no network mask has been received.
105105
*/
106106
virtual const char *get_gateway() = 0;

0 commit comments

Comments
 (0)