From: Nick Mathewson Date: Mon, 13 Aug 2012 18:50:29 +0000 (-0400) Subject: Clarify the last changes message X-Git-Tag: tor-0.2.4.1-alpha~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9d3e09cf8d7fb5e2ed1e9f7bb5e37a1a1319792;p=thirdparty%2Ftor.git Clarify the last changes message --- diff --git a/changes/no_malloc_roundup b/changes/no_malloc_roundup index e7b4c8d19a..3a54fa7b79 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.