diff --git a/NOTICE b/NOTICE index 31569de6a1..4f822817e5 100644 --- a/NOTICE +++ b/NOTICE @@ -27,6 +27,7 @@ under the licensing terms detailed in LICENSE: * Andrew Davis * Maƫl Nison * Valeria Viana Gusmao +* Gabor Greif Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly/rt/tlsf.ts b/std/assembly/rt/tlsf.ts index c74ae995a2..87983d6927 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) {