occuring -> occurring

This commit is contained in:
qndel
2024-09-18 08:43:34 +02:00
parent 1398214fe8
commit 6924e506ae

View File

@@ -6249,7 +6249,7 @@ History:
* Use ordered bins instead of best-fit threshhold
* Eliminate block-local decls to simplify tracing and debugging.
* Support another case of realloc via move into top
* Fix error occuring when initial sbrk_base not word-aligned.
* Fix error occurring when initial sbrk_base not word-aligned.
* Rely on page size for units instead of SBRK_UNIT to
avoid surprises about sbrk alignment conventions.
* Add mallinfo, mallopt. Thanks to Raymond Nijssen