summaryrefslogtreecommitdiff
path: root/include/git2/checkout.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-09-25 14:47:32 -0700
committerBen Straub <bs@github.com>2013-09-25 14:47:32 -0700
commit41dd999d12946ca2085ad315e9c5e8e57cc4e4f6 (patch)
tree0f9b3f7beefa40809a913e1e215b75dfe5a87115 /include/git2/checkout.h
parentf7db1b6f26837b44a5cb8956c23bbbdff28ba4f7 (diff)
parentac316e743878908df762cc0ea07a71cbee5c5802 (diff)
downloadlibgit2-41dd999d12946ca2085ad315e9c5e8e57cc4e4f6.tar.gz
Merge branch 'development' into blame
Diffstat (limited to 'include/git2/checkout.h')
-rw-r--r--include/git2/checkout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/checkout.h b/include/git2/checkout.h
index a086408c7..aa48069cd 100644
--- a/include/git2/checkout.h
+++ b/include/git2/checkout.h
@@ -249,7 +249,7 @@ typedef struct git_checkout_opts {
*
* @param repo repository to check out (must be non-bare)
* @param opts specifies checkout options (may be NULL)
- * @return 0 on success, GIT_EORPHANEDHEAD when HEAD points to a non existing
+ * @return 0 on success, GIT_EUNBORNBRANCH when HEAD points to a non existing
* branch, GIT_ERROR otherwise (use giterr_last for information
* about the error)
*/