diff options
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/submodule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/submodule.h b/include/git2/submodule.h index e5bd4c7b2..857c62f89 100644 --- a/include/git2/submodule.h +++ b/include/git2/submodule.h @@ -227,8 +227,8 @@ GIT_EXTERN(int) git_submodule_lookup( * Create an in-memory copy of a submodule. The copy must be explicitly * free'd or it will leak. * - * @param out Pointer to store the copy of the submodule - * @param source Original tag to copy + * @param out Pointer to store the copy of the submodule. Cannot be NULL. + * @param source Original submodule to copy. */ GIT_EXTERN(int) git_submodule_dup(git_submodule **out, git_submodule *source); |
