Commit Diff


commit - 8e839f3b4912a02438523ac7256908a8f4ec252f
commit + e18312d9b6e6e3f6c78f904238ceaae3b8d4ccac
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. */