From 143ad278f27bfab7e80c4d28252e7f73f72839be Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 21 Feb 2025 12:06:42 -0500 Subject: [PATCH] typo: s/viritualization/virtualization (#7192) --- wgpu/src/dispatch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/src/dispatch.rs b/wgpu/src/dispatch.rs index 06c11d6e0f..3e136f61ae 100644 --- a/wgpu/src/dispatch.rs +++ b/wgpu/src/dispatch.rs @@ -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