Skip to content
Snippets Groups Projects
Commit 55508aff authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Nitpick in comment :)

parent 3c55f276
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ static uint32_t acl_fill_mask32(short nbits)
r |= 1 << (31 - i);
}
/* Make sure the mask has MSB on the leftmost bit. */
/* Make sure the mask is in network byte order. */
return htonl(r);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment