We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2d529 commit 97dcab6Copy full SHA for 97dcab6
NOTICE
@@ -27,6 +27,7 @@ under the licensing terms detailed in LICENSE:
27
* Andrew Davis <pulpdrew@gmail.com>
28
* Maël Nison <nison.mael@gmail.com>
29
* Valeria Viana Gusmao <valeria.viana.gusmao@gmail.com>
30
+* Gabor Greif <ggreif@gmail.com>
31
32
Portions of this software are derived from third-party works licensed under
33
the following terms:
std/assembly/rt/tlsf.ts
@@ -462,7 +462,7 @@ function prepareSize(size: usize): usize {
462
return max<usize>((size + AL_MASK) & ~AL_MASK, BLOCK_MINSIZE); // align and ensure min size
463
}
464
465
-/** Initilizes the root structure. */
+/** Initializes the root structure. */
466
export function maybeInitialize(): Root {
467
var root = ROOT;
468
if (!root) {
0 commit comments