bitncmp: update comment to match code behaviour

This commit is contained in:
David Drysdale
2016-01-24 09:05:40 +00:00
parent de04975c48
commit e2c4b6f36c
+1 -1
View File
@@ -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.