Skip to content

Commit 64e6db5

Browse files
committed
stash: make comment match code
There is no git_stash_apply_flags_t above.
1 parent 611e5d2 commit 64e6db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/stash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ typedef int GIT_CALLBACK(git_stash_apply_progress_cb)(
126126
typedef struct git_stash_apply_options {
127127
unsigned int version;
128128

129-
/** See `git_stash_apply_flags_t`, above. */
129+
/** See `git_stash_apply_flags`, above. */
130130
uint32_t flags;
131131

132132
/** Options to use when writing files to the working directory. */

0 commit comments

Comments
 (0)