From 4fd9300bdb07e90c26df28461f9bd6591c3d1d41 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 13 Apr 2024 10:58:32 +0400 Subject: Fix typo --- src/render_helpers/primary_gpu_pixel_shader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render_helpers/primary_gpu_pixel_shader.rs') diff --git a/src/render_helpers/primary_gpu_pixel_shader.rs b/src/render_helpers/primary_gpu_pixel_shader.rs index 7564a50f..79abc283 100644 --- a/src/render_helpers/primary_gpu_pixel_shader.rs +++ b/src/render_helpers/primary_gpu_pixel_shader.rs @@ -7,7 +7,7 @@ use smithay::utils::{Buffer, Physical, Rectangle, Scale, Transform}; use super::renderer::AsGlesFrame; use crate::backend::tty::{TtyFrame, TtyRenderer, TtyRendererError}; -/// Wrapper for a poxel shader from the primary GPU for rendering with the primary GPU. +/// Wrapper for a pixel shader from the primary GPU for rendering with the primary GPU. #[derive(Debug)] pub struct PrimaryGpuPixelShaderRenderElement(pub PixelShaderElement); -- cgit