From fe3e68bab9cfbb3339eca90ebf7b0a3157e0e457 Mon Sep 17 00:00:00 2001 From: namilsk Date: Wed, 11 Feb 2026 14:44:05 +0300 Subject: Fixed warnings --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 9656f1e..9d08df3 100644 --- a/build.rs +++ b/build.rs @@ -67,7 +67,7 @@ fn main() { if ko_file.exists() { let out_ko = out_dir.join("linux_kmod.ko"); std::fs::copy(&ko_file, &out_ko) - .expect("CМодуль ядра собранule to OUT_DIR"); + .expect("Failed to copy kernel module to OUT_DIR"); println!("cargo:warning=Cmod builded: {}", out_ko.display()); } } -- cgit v1.2.3