Skip to content

Commit 97dcab6

Browse files
authored
Fix a comment typo in TLSF (#1480)
1 parent 5b2d529 commit 97dcab6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: NOTICE

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ under the licensing terms detailed in LICENSE:
2727
* Andrew Davis <[email protected]>
2828
* Maël Nison <[email protected]>
2929
* Valeria Viana Gusmao <[email protected]>
30+
* Gabor Greif <[email protected]>
3031

3132
Portions of this software are derived from third-party works licensed under
3233
the following terms:

Diff for: std/assembly/rt/tlsf.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ function prepareSize(size: usize): usize {
462462
return max<usize>((size + AL_MASK) & ~AL_MASK, BLOCK_MINSIZE); // align and ensure min size
463463
}
464464

465-
/** Initilizes the root structure. */
465+
/** Initializes the root structure. */
466466
export function maybeInitialize(): Root {
467467
var root = ROOT;
468468
if (!root) {

0 commit comments

Comments
 (0)