From 45f5ebd9f078af4b3f4b6b87e54294c1159edf27 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Wed, 19 Jul 2023 22:25:51 +0200 Subject: [PATCH] narcissus-gpu: Fix typo in tlsf docs --- libs/narcissus-gpu/src/tlsf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/narcissus-gpu/src/tlsf.rs b/libs/narcissus-gpu/src/tlsf.rs index 9892df2..5e812a7 100644 --- a/libs/narcissus-gpu/src/tlsf.rs +++ b/libs/narcissus-gpu/src/tlsf.rs @@ -1,7 +1,7 @@ //! Two Level Seggregated Fit Allocator //! === //! -//! [TLSF][tlsf] is a constant time, low fragmentation good-fit allocator based +//! [Tlsf][tlsf] is a constant time, low fragmentation good-fit allocator based //! on seggregated free-lists with a two-level bitmap acceleration structure. //! //! Memory is allocated by the underlying allocator into super-blocks, -- 2.49.0