diff options
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. */ |