commit 6c6d3ed32e74fe87db0f4bc0fbf16c620dc5301b from: Stefan Sperling date: Mon Apr 02 09:34:26 2018 UTC fix obsolete comment in struct got_repository definition commit - b4691ea5e088973f4d146a0f9a0ef24f480e3b24 commit + 6c6d3ed32e74fe87db0f4bc0fbf16c620dc5301b blob - 683bfddab6362efaac7df37b134ce70444f95abf blob + b3bd69b5b9828aeddd3b0617185c445f17027b6e --- lib/got_lib_repository.h +++ lib/got_lib_repository.h @@ -24,6 +24,6 @@ struct got_repository { /* The pack index cache speeds up search for packed objects. */ struct got_packidx_v2_hdr *packidx_cache[GOT_PACKIDX_CACHE_SIZE]; - /* Open file handles, memory maps, and cached deltas for pack files. */ + /* Open file handles for pack files. */ struct got_pack packs[GOT_PACK_CACHE_SIZE]; };