Update a code comment regarding support of the preciousObjects extension.
diff --git a/lib/repository.c b/lib/repository.c
index 11cc9cb..8277291 100644
--- a/lib/repository.c
+++ b/lib/repository.c
@@ -610,7 +610,7 @@ read_gotconfig(struct got_repository *repo)
/* Supported repository format extensions. */
static const char *repo_extensions[] = {
"noop", /* Got supports repository format version 1. */
- "preciousObjects", /* Got has no garbage collection yet. */
+ "preciousObjects", /* Supported by gotadmin cleanup. */
"worktreeConfig", /* Got does not care about Git work trees. */
};