Commit 64e6db5b6eb26bfc41c4c2478728f4f3b0546b85

Josh Bleecher Snyder 2019-12-04T14:37:26

stash: make comment match code There is no git_stash_apply_flags_t above.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/stash.h b/include/git2/stash.h
index 22448cc..625e51b 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. */