summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2019-12-04 14:37:26 -0800
committerJosh Bleecher Snyder <josharian@gmail.com>2019-12-04 14:37:26 -0800
commit64e6db5b6eb26bfc41c4c2478728f4f3b0546b85 (patch)
tree580f8703e28c016e125275558083e9f94f3711db
parent611e5d2837e904e04a7f8c132b2a3b6343fad87d (diff)
downloadlibgit2-64e6db5b6eb26bfc41c4c2478728f4f3b0546b85.tar.gz
stash: make comment match code
There is no git_stash_apply_flags_t above.
-rw-r--r--include/git2/stash.h2
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. */