summaryrefslogtreecommitdiff
path: root/include/git2/merge.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2014-05-02 15:15:43 -0700
committerRussell Belfer <rb@github.com>2014-05-02 15:15:43 -0700
commitd2c16e9ac4921e94eb5db972e6b8452d71a623fc (patch)
tree19f4849922670d8475a4256179ad3a1a07c44580 /include/git2/merge.h
parent272b462db7cfb50c1ab69e1edda214b21f242ae5 (diff)
downloadlibgit2-d2c16e9ac4921e94eb5db972e6b8452d71a623fc.tar.gz
Doc fixes
Diffstat (limited to 'include/git2/merge.h')
-rw-r--r--include/git2/merge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/merge.h b/include/git2/merge.h
index ef2dc3804..abbc3a5bb 100644
--- a/include/git2/merge.h
+++ b/include/git2/merge.h
@@ -61,7 +61,7 @@ GIT_EXTERN(int) git_merge_file_init_input(
/**
* Flags for `git_merge_tree` options. A combination of these flags can be
- * passed in via the `flags` value in the `git_merge_tree_opts`.
+ * passed in via the `flags` value in the `git_merge_options`.
*/
typedef enum {
/**
@@ -73,7 +73,7 @@ typedef enum {
} git_merge_tree_flag_t;
/**
- * Merge file favor options for `git_merge_trees_opts` instruct the file-level
+ * Merge file favor options for `git_merge_options` instruct the file-level
* merging functionality how to deal with conflicting regions of the files.
*/
typedef enum {