On Mon, 7 May 2018 15:59:04 -0700 Stefan Beller <sbeller@xxxxxxxxxx> wrote: > /* > - * Holds any information related to accessing the raw object content. > + * Holds any information needed to retrieve the raw content > + * of objects. The object_parser uses this to get object > + * content which it then parses. Update this comment - there is no more object_parser. (Maybe just delete the last sentence, or specifically name some of the functions that access this field.) > */ > struct raw_object_store *objects; Other than that, this patch looks good.