Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 340b15b

Browse files
committed
pool: update comment
1 parent d3416df commit 340b15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef struct git_pool_page git_pool_page;
2828
* For examples of how to set up a `git_pool` see `git_pool_init`.
2929
*/
3030
typedef struct {
31-
git_pool_page *pages; /* pages with space left */
31+
git_pool_page *pages; /* allocated pages */
3232
uint32_t item_size; /* size of single alloc unit in bytes */
3333
uint32_t page_size; /* size of page in bytes */
3434
} git_pool;

0 commit comments

Comments
 (0)