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:
2727* Andrew Davis <pulpdrew@gmail.com>
2828* Maël Nison <nison.mael@gmail.com>
2929* Valeria Viana Gusmao <valeria.viana.gusmao@gmail.com>
30+ * Gabor Greif <ggreif@gmail.com>
3031
3132Portions of this software are derived from third-party works licensed under
3233the following terms:
Original file line number Diff line number Diff 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. */
466466export function maybeInitialize ( ) : Root {
467467 var root = ROOT ;
468468 if ( ! root ) {
You can’t perform that action at this time.
0 commit comments