diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-13 14:50:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-13 14:50:29 -0400 |
commit | c9d3e09cf8d7fb5e2ed1e9f7bb5e37a1a1319792 (patch) | |
tree | 2bcdd68520b84cda2cd98e623c87ac15dc8c274c /changes | |
parent | 182f463be96aefc4a4ea2250f3a8fbf288aae80c (diff) | |
download | tor-c9d3e09cf8d7fb5e2ed1e9f7bb5e37a1a1319792.tar tor-c9d3e09cf8d7fb5e2ed1e9f7bb5e37a1a1319792.tar.gz |
Clarify the last changes message
Diffstat (limited to 'changes')
-rw-r--r-- | changes/no_malloc_roundup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/no_malloc_roundup b/changes/no_malloc_roundup index e7b4c8d19..3a54fa7b7 100644 --- a/changes/no_malloc_roundup +++ b/changes/no_malloc_roundup @@ -5,4 +5,4 @@ implementations that provided these functions are also ones that are already efficient about not overallocation: they never got us more than 7 or so bytes per allocation. Removing them saves us - a little code complexity and a nontrivial amount of code complexity. + a little code complexity and a nontrivial amount of build complexity. |