fix got_repo_match_object_id() docstring, it is not specific to commits This was a leftover from got_repo_resolve_commit_arg() which was superseded in commit 71a276322e39e17baf5697b5daac8e8fe6ad2ae1
diff --git a/include/got_repository.h b/include/got_repository.h
index 16dcde3..b6e44e8 100644
--- a/include/got_repository.h
+++ b/include/got_repository.h
@@ -139,7 +139,7 @@ const struct got_error *got_repo_match_object_id_prefix(struct got_object_id **,
/*
* Given an object ID string or reference name, attempt to find a corresponding
- * commit object.
+ * object.
* The object type may be restricted to commit, tree, blob, or tag.
* Tags will only be matched if a list of references is provided.
* GOT_OBJ_TYPE_ANY will match any type of object.