Remove remaining references to "nulterminate" in comments

Thanks to Roger for spotting this!
This commit is contained in:
Nick Mathewson
2015-09-02 08:50:26 -04:00
parent 7153cd5094
commit 4cff437a0a
2 changed files with 1 additions and 7 deletions
-3
View File
@@ -206,9 +206,6 @@ test_buffer_pullup(void *arg)
stuff = tor_malloc(16384);
tmp = tor_malloc(16384);
/* Note: this test doesn't check the nulterminate argument to buf_pullup,
since nothing actually uses it. We should remove it some time. */
buf = buf_new_with_capacity(3000); /* rounds up to next power of 2. */
tt_assert(buf);