Fix a typo.

This commit is contained in:
Jason Evans 2016-05-12 15:06:50 -07:00
parent f70a254d44
commit dc7ff6306d

View File

@ -8,7 +8,7 @@ brevity. Much more detail can be found in the git revision history:
New features:
- Add the arena.<i>.reset mallctl, which makes it possible to discard all of
an arena's allocations in a single operation. (@jasone@)
an arena's allocations in a single operation. (@jasone)
- Add the stats.retained and stats.arenas.<i>.retained statistics. (@jasone)
- Add the --with-version configure option. (@jasone)
- Support --with-lg-page values larger than actual page size. (@jasone)