summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-02-03 13:41:35 -0500
committerEdward Thomson <ethomson@microsoft.com>2015-02-03 13:41:35 -0500
commit3538f8f131e8ebe597c1172b381bb260ac66f1c0 (patch)
tree98c59fdfdef83cd670671b34d22ce0811b551a23 /include/git2/diff.h
parentf83c19c87d6f484b72c24125aaac98bdc365c4b5 (diff)
downloadlibgit2-3538f8f131e8ebe597c1172b381bb260ac66f1c0.tar.gz
diff docs: update `git_diff_delta` description
Diffstat (limited to 'include/git2/diff.h')
-rw-r--r--include/git2/diff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h
index 4403944f4..9fcc3bb08 100644
--- a/include/git2/diff.h
+++ b/include/git2/diff.h
@@ -849,9 +849,9 @@ GIT_EXTERN(size_t) git_diff_num_deltas_of_type(
/**
* Return the diff delta for an entry in the diff list.
*
- * The `git_delta` pointer points to internal data and you do not have
- * to release it when you are done with it. It will go away when the
- * `git_diff` (or any associated `git_patch`) goes away.
+ * The `git_diff_delta` pointer points to internal data and you do not
+ * have to release it when you are done with it. It will go away when
+ * the * `git_diff` (or any associated `git_patch`) goes away.
*
* Note that the flags on the delta related to whether it has binary
* content or not may not be set if there are no attributes set for the