From: Lukas Fleischer Date: Fri, 10 Jan 2014 13:55:31 +0000 (+0100) Subject: cgit.c: Fix comment on bit mask hack X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/c96becc1e5ebff9e6609e61e11e80debcb3a778c?ds=sidebyside;hp=c96becc1e5ebff9e6609e61e11e80debcb3a778c 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 ---