summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2014-01-22 21:08:47 (GMT)
committerJason Evans <jasone@canonware.com>2014-01-22 21:08:47 (GMT)
commit9c8baec0a310f7bbd00c7dc76cfbf663dd9c14ce (patch)
tree5b46e589a23ee884a8230ce9678c5dce59cdc731 /ChangeLog
parentcc47dde16203a6ae7eb685b53e1ae501f3869bc6 (diff)
downloadjemalloc-9c8baec0a310f7bbd00c7dc76cfbf663dd9c14ce.zip
jemalloc-9c8baec0a310f7bbd00c7dc76cfbf663dd9c14ce.tar.gz
jemalloc-9c8baec0a310f7bbd00c7dc76cfbf663dd9c14ce.tar.bz2
Fix a typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c5e4198..5c2b1ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ found in the git revision history:
API. The *allocx() functions are slightly simpler to use because they have
fewer parameters, they directly return the results of primary interest, and
mallocx()/rallocx() avoid the strict aliasing pitfall that
- allocm()/rallocx() share with posix_memalign(). Note that *allocm() is
+ allocm()/rallocm() share with posix_memalign(). Note that *allocm() is
slated for removal in the next non-bugfix release.
- Add support for LinuxThreads.