From f50adb095ca44f9d8e7533dc13ad4b73da522593 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 8 Jan 2018 18:25:28 +0000 Subject: [PATCH] Fix typo Signed-off-by: Michael Tremer --- src/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.c b/src/network.c index 73a299f..77425e6 100644 --- a/src/network.c +++ b/src/network.c @@ -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; -- 2.39.2