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:
authorMartin Woodward <martinwo@microsoft.com>2012-11-23 17:31:22 +0400
committerMartin Woodward <martinwo@microsoft.com>2012-11-23 17:31:22 +0400
commit826bc4a81b9c8ce29ff2f98195fb913bada573ca (patch)
tree4ae0282e157b002482ce6f440d93348b4fee8b4c /src/pack.c
parent5cf1b4f094eb6f724b27aa01d4f0481de2e673af (diff)
Remove use of English expletives
Remove words such as fuck, crap, shit etc. Remove other potentially offensive words from comments. Tidy up other geopolicital terms in comments.
Diffstat (limited to 'src/pack.c')
-rw-r--r--src/pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.c b/src/pack.c
index 9346aced6..f08f3d8c4 100644
--- a/src/pack.c
+++ b/src/pack.c
@@ -321,7 +321,7 @@ static int packfile_unpack_delta(
git__free(base.data);
git__free(delta.data);
- /* TODO: we might want to cache this shit. eventually */
+ /* TODO: we might want to cache this. eventually */
//add_delta_base_cache(p, base_offset, base, base_size, *type);
return error; /* error set by git__delta_apply */