diff options
author | Josh Bleecher Snyder <josharian@gmail.com> | 2019-12-04 14:37:26 -0800 |
---|---|---|
committer | Josh Bleecher Snyder <josharian@gmail.com> | 2019-12-04 14:37:26 -0800 |
commit | 64e6db5b6eb26bfc41c4c2478728f4f3b0546b85 (patch) | |
tree | 580f8703e28c016e125275558083e9f94f3711db /include | |
parent | 611e5d2837e904e04a7f8c132b2a3b6343fad87d (diff) | |
download | libgit2-64e6db5b6eb26bfc41c4c2478728f4f3b0546b85.tar.gz |
stash: make comment match code
There is no git_stash_apply_flags_t above.
Diffstat (limited to 'include')
-rw-r--r-- | include/git2/stash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/stash.h b/include/git2/stash.h index 22448ccd6..625e51b4b 100644 --- a/include/git2/stash.h +++ b/include/git2/stash.h @@ -126,7 +126,7 @@ typedef int GIT_CALLBACK(git_stash_apply_progress_cb)( typedef struct git_stash_apply_options { unsigned int version; - /** See `git_stash_apply_flags_t`, above. */ + /** See `git_stash_apply_flags`, above. */ uint32_t flags; /** Options to use when writing files to the working directory. */ |