]> git.nega.tv - josh/narcissus/commitdiff
narcissus-gpu: Fix typo in tlsf docs
authorJoshua Simmons <josh@nega.tv>
Wed, 19 Jul 2023 20:25:51 +0000 (22:25 +0200)
committerJoshua Simmons <josh@nega.tv>
Wed, 19 Jul 2023 20:25:51 +0000 (22:25 +0200)
libs/narcissus-gpu/src/tlsf.rs

index 9892df2630fecae62c66d92b57a84c9542abaaa0..5e812a730892497abc432f8929fcf00296806ec9 100644 (file)
@@ -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,