File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ under the licensing terms detailed in LICENSE:
27
27
* Andrew Davis <pulpdrew@gmail.com>
28
28
* Maël Nison <nison.mael@gmail.com>
29
29
* Valeria Viana Gusmao <valeria.viana.gusmao@gmail.com>
30
+ * Gabor Greif <ggreif@gmail.com>
30
31
31
32
Portions of this software are derived from third-party works licensed under
32
33
the following terms:
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ function prepareSize(size: usize): usize {
462
462
return max < usize > ( ( size + AL_MASK ) & ~ AL_MASK , BLOCK_MINSIZE ) ; // align and ensure min size
463
463
}
464
464
465
- /** Initilizes the root structure. */
465
+ /** Initializes the root structure. */
466
466
export function maybeInitialize ( ) : Root {
467
467
var root = ROOT ;
468
468
if ( ! root ) {
You can’t perform that action at this time.
0 commit comments