summaryrefslogtreecommitdiff
path: root/include/git2/ignore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/ignore.h')
-rw-r--r--include/git2/ignore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/ignore.h b/include/git2/ignore.h
index 964a108ce..e18615edd 100644
--- a/include/git2/ignore.h
+++ b/include/git2/ignore.h
@@ -24,7 +24,7 @@ GIT_BEGIN_DECL
*
* Example usage:
*
- * error = git_ignore_add(myrepo, "*.c\ndir/\nFile with space\n");
+ * error = git_ignore_add_rule(myrepo, "*.c\ndir/\nFile with space\n");
*
* This would add three rules to the ignores.
*