]> granicus.if.org Git - cgit/commit
cgit.c: Fix comment on bit mask hack
authorLukas Fleischer <cgit@cryptocrack.de>
Fri, 10 Jan 2014 13:55:31 +0000 (14:55 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Jan 2014 16:06:24 +0000 (17:06 +0100)
commitc96becc1e5ebff9e6609e61e11e80debcb3a778c
tree94ed1213cfc1100edf5800a540f3394f1be47f52
parent441e748564aff49932d02987cd2bdcfbb623c295
cgit.c: Fix comment on bit mask hack

* Formatting and spelling fixes.

* A bit mask with the size of one byte only allows for storing 8 (not
  255!) different flags.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
cgit.c