Skip to content

Commit 731e36e

Browse files
authored
Fix "fi" in comment
1 parent 608b48f commit 731e36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/tins/ipv6_address.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ class TINS_API IPv6Address {
231231
bool is_multicast() const;
232232

233233
/**
234-
* \brief Return true fi this is a Link-Local unicast IPv6 address.
234+
* \brief Return true if this is a Link-Local unicast IPv6 address.
235235
*
236-
* This method returns true fi this address is in the address range
236+
* This method returns true if this address is in the address range
237237
* fe80::/10, false otherwise
238238
*/
239239
bool is_local_unicast() const;

0 commit comments

Comments
 (0)