diff options
Diffstat (limited to 'ext/webgpu')
-rw-r--r-- | ext/webgpu/02_idl_types.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webgpu/02_idl_types.js b/ext/webgpu/02_idl_types.js index dd19f4027..0dd8c00f9 100644 --- a/ext/webgpu/02_idl_types.js +++ b/ext/webgpu/02_idl_types.js @@ -41,7 +41,7 @@ } = window.__bootstrap.webgpu; const { SymbolIterator, TypeError } = window.__bootstrap.primordials; - // This needs to be initalized after all of the base classes are implmented, + // This needs to be initialized after all of the base classes are implemented, // otherwise their converters might not be available yet. // DICTIONARY: GPUObjectDescriptorBase const dictMembersGPUObjectDescriptorBase = [ |