]> git.ipfire.org Git - location/libloc.git/commitdiff
Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 18:25:28 +0000 (18:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 18:25:28 +0000 (18:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/network.c

index 73a299fe29a604d9cc7d672bbb53d37da1e0226a..77425e6efe03cba5f4e46c7c4fccb361a91738ec 100644 (file)
@@ -268,7 +268,7 @@ LOC_EXPORT char* loc_network_str(struct loc_network* network) {
 }
 
 LOC_EXPORT int loc_network_match_address(struct loc_network* network, const struct in6_addr* address) {
-       // Address must be larger then the start address
+       // Address must be larger than the start address
        if (in6_addr_cmp(&network->start_address, address) > 0)
                return 1;