From 3af8901adb8e17e2644e476c2f41715499adc820 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 30 Sep 2020 14:32:30 +0200 Subject: [PATCH 1/2] Update tlsf.ts --- std/assembly/rt/tlsf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/assembly/rt/tlsf.ts b/std/assembly/rt/tlsf.ts index 2b4ab8a251..45f7181e2b 100644 --- a/std/assembly/rt/tlsf.ts +++ b/std/assembly/rt/tlsf.ts @@ -462,7 +462,7 @@ function prepareSize(size: usize): usize { return max((size + AL_MASK) & ~AL_MASK, BLOCK_MINSIZE); // align and ensure min size } -/** Initilizes the root structure. */ +/** Initializes the root structure. */ export function maybeInitialize(): Root { var root = ROOT; if (!root) { From c9190c186052b1dfd22c9d4ea319122d4b021922 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 30 Sep 2020 17:03:32 +0200 Subject: [PATCH 2/2] Add myself --- NOTICE | 1 + 1 file changed, 1 insertion(+) diff --git a/NOTICE b/NOTICE index 198b982544..15c426633d 100644 --- a/NOTICE +++ b/NOTICE @@ -26,6 +26,7 @@ under the licensing terms detailed in LICENSE: * ncave <777696+ncave@users.noreply.github.com> * Andrew Davis * Maƫl Nison +* Gabor Greif Portions of this software are derived from third-party works licensed under the following terms: