diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 993357c7ad..4eabc22515 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -748,7 +748,7 @@ pub enum ShaderSource<'a> { /// is passed to `gfx-rs` and `spirv_cross` for translation. #[cfg(feature = "spirv")] SpirV(Cow<'a, [u32]>), - /// GSLS module as a string slice. + /// GLSL module as a string slice. /// /// wgpu will attempt to parse and validate it. The module will get /// passed to wgpu-core where it will translate it to the required languages.