From 0e9d4a8a243a41b4e3e3d0e6e05db116117f3d6a Mon Sep 17 00:00:00 2001 From: "fuder.eth" Date: Wed, 23 Jul 2025 11:23:45 +0200 Subject: [PATCH] Update lib.rs --- ec-gpu/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec-gpu/src/lib.rs b/ec-gpu/src/lib.rs index d4cbe5e..b7c7b69 100644 --- a/ec-gpu/src/lib.rs +++ b/ec-gpu/src/lib.rs @@ -5,7 +5,7 @@ pub trait GpuName { /// To make the uniqueness easier to implement, use the [`name`] macro. It produces a unique /// name, based on the module path and the type of the item itself. That identifier might not /// be stable across different versions of a crate, but this is OK as kernel sources/binaries - /// are always bundled with a library and not re-used between versions. + /// are always bundled with a library and not reused between versions. /// /// # Example ///