summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-11-14 14:10:32 -0800
committerBen Straub <bs@github.com>2013-11-14 14:10:32 -0800
commit83e1efbf462347dac3e1c884bb0b017d495b6f38 (patch)
treea0ba0fa54e31874ea6353e01a658f67e64c66df8 /include
parent1782038144ef3413831801bb9c2f3038a84ac6f4 (diff)
downloadlibgit2-83e1efbf462347dac3e1c884bb0b017d495b6f38.tar.gz
Update files that reference tests-clar
Diffstat (limited to 'include')
-rw-r--r--include/git2/pack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/pack.h b/include/git2/pack.h
index 52e7adad2..88a2716bb 100644
--- a/include/git2/pack.h
+++ b/include/git2/pack.h
@@ -38,7 +38,7 @@
* `git_packbuilder_set_threads` can be used to adjust the number of
* threads used for the process.
*
- * See tests-clar/pack/packbuilder.c for an example.
+ * See tests/pack/packbuilder.c for an example.
*
* @ingroup Git
* @{