summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorclark.kang <clark.kang@kakao.com>2014-12-25 01:04:03 +0900
committerdormando <dormando@rydia.net>2014-12-31 23:13:54 -0800
commit81176472b1b96a511e5dc46d82c29ec3eefb96b0 (patch)
treef8f06ed7ad1c93d4512ef725bf0eb97dd7834982 /Doxyfile
parentf87ac298bb36ba14abe1f4407c6fd04ca11579e8 (diff)
downloadmemcached-81176472b1b96a511e5dc46d82c29ec3eefb96b0.tar.gz
fix typos
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index fc19d3d..cd74452 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -281,7 +281,7 @@ TYPEDEF_HIDES_STRUCT = NO
# causing a significant performance penality.
# If the system has enough physical memory increasing the cache will improve the
# performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will rougly double the
+# a logarithmic scale so increasing the size by one will roughly double the
# memory usage. The cache size is given by this formula:
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols