typo: s/viritualization/virtualization (#7192)

This commit is contained in:
Erich Gubler
2025-02-21 12:06:42 -05:00
committed by GitHub
parent f44ecda16b
commit 143ad278f2

View File

@@ -554,7 +554,7 @@ pub trait BufferMappedRangeInterface: CommonTraits {
/// Generates Dispatch types for each of the interfaces. Each type is a wrapper around the
/// wgpu_core and webgpu types, and derefs to the appropriate interface trait-object.
///
/// When there is only one backend, deviritualization fires and all dispatches should turn into
/// When there is only one backend, devirtualization fires and all dispatches should turn into
/// direct calls. If there are multiple, some dispatching will occur.
///
/// This also provides `as_*` methods so that the backend implementations can dereference other