Skip to content

Commit 10cc251

Browse files
committed
Tom's comments
1 parent 2493d22 commit 10cc251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/network/utils/ipv4-address.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Ipv4Address
5959
*
6060
* Note: the function uses ``inet_pton`` internally.
6161
*
62-
* @see Address::CheckCompatible hich has a similar name but which
62+
* @see Address::CheckCompatible hich has a similar name but which
6363
* instead checks the underlying type and length embedded in the Address.
6464
*
6565
* @param addressStr string containing the address as described above

src/network/utils/ipv6-address.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Ipv6Address
5757
*
5858
* Note: the function uses ``inet_pton`` internally.
5959
*
60-
* @see Address::CheckCompatible hich has a similar name but which
60+
* @see Address::CheckCompatible hich has a similar name but which
6161
* instead checks the underlying type and length embedded in the Address.
6262
*
6363
* @param addressStr string containing the address as described above

0 commit comments

Comments
 (0)