1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

pkg/tlsf: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:18:08 +02:00
parent 05f5d5d638
commit 9ac32c6dd7

View File

@ -14,7 +14,7 @@
*
* This is a malloc/free implementation built on top of the TLSF allocator.
* It defines a global tlsf_control block and performs allocations on that
* block. This implemetation replaces the system malloc
* block. This implementation replaces the system malloc
*
* Additionally, the calls to TLSF are wrapped in irq_disable()/irq_restore(),
* to make it thread-safe.