Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-08-20 03:03:15 +0400
committerRussell Belfer <rb@github.com>2013-08-23 23:03:44 +0400
commit44d655318661affa2feb51e9d6d533bb16d7f2b5 (patch)
tree5758236a1b51e80808fbf88d94c0e1f503e059a3 /tests-clar/refs
parent805755f49b0db5bc884f8929621ac61238b2c30e (diff)
Fix comment
Diffstat (limited to 'tests-clar/refs')
-rw-r--r--tests-clar/refs/pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/refs/pack.c b/tests-clar/refs/pack.c
index 6019ed75a..849a052aa 100644
--- a/tests-clar/refs/pack.c
+++ b/tests-clar/refs/pack.c
@@ -44,7 +44,7 @@ void test_refs_pack__empty(void)
void test_refs_pack__loose(void)
{
- /* create a packfile from all the loose rn a repo */
+ /* create a packfile from all the loose refs in a repo */
git_reference *reference;
git_buf temp_path = GIT_BUF_INIT;