We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5838f commit 72cee16Copy full SHA for 72cee16
include/git2/remote.h
@@ -569,7 +569,7 @@ typedef struct {
569
* Initializes a `git_fetch_options` with default values. Equivalent to
570
* creating an instance with GIT_FETCH_OPTIONS_INIT.
571
*
572
- * @param opts the `git_push_options` instance to initialize.
+ * @param opts the `git_fetch_options` instance to initialize.
573
* @param version the version of the struct; you should pass
574
* `GIT_FETCH_OPTIONS_VERSION` here.
575
* @return Zero on success; -1 on failure.
0 commit comments