commit b156a14e478c9485a080a24f237f70b6c8984182 from: Stefan Sperling date: Sat May 20 16:09:48 2023 UTC reword misleading comment in struct got_repository WRT struct got_pack commit - 5e187e2b4b0695966e135747400039b46a6992d1 commit + b156a14e478c9485a080a24f237f70b6c8984182 blob - 937680cd2632c134258ca22376a49cbf0aedf094 blob + 8220c815a61bbe282585b0a67e7b39f74ad2a9a4 --- lib/got_lib_repository.h +++ lib/got_lib_repository.h @@ -78,7 +78,10 @@ struct got_repository { */ struct got_packidx_bloom_filter_tree packidx_bloom_filters; - /* Open file handles for pack files. */ + /* + * Open file handles for pack files. Each struct got_pack uses + * a number of file descriptors. See struct got_pack for details. + */ struct got_pack packs[GOT_PACK_CACHE_SIZE]; /* Open file handles for temporary files. */