stash: make comment match code There is no git_stash_apply_flags_t above.
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. */