diff --git a/src/backend/drm/mod.rs b/src/backend/drm/mod.rs index f5b608c..1e05df0 100644 --- a/src/backend/drm/mod.rs +++ b/src/backend/drm/mod.rs @@ -103,7 +103,7 @@ pub trait Device: AsRawFd + DevPath { /// The number of crtc's represent the number of independant output devices the hardware may handle. fn create_surface( &mut self, - ctrc: crtc::Handle, + crtc: crtc::Handle, ) -> Result::Error>; /// Processes any open events of the underlying file descriptor.