From e2c4b6f36c2af76c43b999bcb2d995050c7c8ac9 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Tue, 6 Oct 2015 15:09:22 +0100 Subject: [PATCH] bitncmp: update comment to match code behaviour --- bitncmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitncmp.c b/bitncmp.c index faedff9..1468d49 100644 --- a/bitncmp.c +++ b/bitncmp.c @@ -26,7 +26,7 @@ * bitncmp(l, r, n) * compare bit masks l and r, for n bits. * return: - * -1, 1, or 0 in the libc tradition. + * <0, >0, or 0 in the libc tradition. * note: * network byte order assumed. this means 192.5.5.240/28 has * 0x11110000 in its fourth octet.