diff options
author | Ben Chatelain <ben@octop.ad> | 2015-07-27 18:32:55 -0600 |
---|---|---|
committer | Ben Chatelain <ben@octop.ad> | 2015-07-27 18:32:55 -0600 |
commit | 08afd227dfd3ee56accd6d6ded3889f34c5329fc (patch) | |
tree | 228b1facbac22de0cbcd9071713bfd292eb80625 /include/git2/sys/config.h | |
parent | 2da64edb809c7c2dc7d4f2c6667ff9e1490bd625 (diff) | |
download | libgit2-08afd227dfd3ee56accd6d6ded3889f34c5329fc.tar.gz |
Fix remaining documentation warnings
Diffstat (limited to 'include/git2/sys/config.h')
-rw-r--r-- | include/git2/sys/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/config.h b/include/git2/sys/config.h index b5b7df15f..044e34417 100644 --- a/include/git2/sys/config.h +++ b/include/git2/sys/config.h @@ -76,7 +76,7 @@ struct git_config_backend { * Initializes a `git_config_backend` with default values. Equivalent to * creating an instance with GIT_CONFIG_BACKEND_INIT. * - * @param opts the `git_config_backend` struct to initialize. + * @param backend the `git_config_backend` struct to initialize. * @param version Version of struct; pass `GIT_CONFIG_BACKEND_VERSION` * @return Zero on success; -1 on failure. */ |