summaryrefslogtreecommitdiff
path: root/include/git2/common.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-03-23 15:48:13 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2014-03-24 13:21:51 +0100
commit6057c4a038d575ff02cdfce8ad93dfb541e90b2d (patch)
treebcef5c5d0f5624d720832eb92db5235602f03a00 /include/git2/common.h
parent42dee8ecd78a10c91056ac80fdf0c67a4df57337 (diff)
downloadlibgit2-6057c4a038d575ff02cdfce8ad93dfb541e90b2d.tar.gz
opts: bits are not bytes
The default cache size is 256 megabytes, not megabits as claimed in the docs.
Diffstat (limited to 'include/git2/common.h')
-rw-r--r--include/git2/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/common.h b/include/git2/common.h
index a357d98ca..32237efed 100644
--- a/include/git2/common.h
+++ b/include/git2/common.h
@@ -195,7 +195,7 @@ typedef enum {
* > across all repositories before libgit2 starts evicting objects
* > from the cache. This is a soft limit, in that the library might
* > briefly exceed it, but will start aggressively evicting objects
- * > from cache when that happens. The default cache size is 256Mb.
+ * > from cache when that happens. The default cache size is 256MB.
*
* * opts(GIT_OPT_ENABLE_CACHING, int enabled)
*