From 9a137921273bdf7b8a3f4ced7cff9e28b96f2380 Mon Sep 17 00:00:00 2001 From: Fuad Ismail Date: Fri, 15 Nov 2024 19:19:34 +0700 Subject: [PATCH] tests/dmesg: correct comment header. --- tests/by-util/test_dmesg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_dmesg.rs b/tests/by-util/test_dmesg.rs index 095fb61..7d749eb 100644 --- a/tests/by-util/test_dmesg.rs +++ b/tests/by-util/test_dmesg.rs @@ -1,4 +1,4 @@ -// This file is part of the uutils coreutils package. +// This file is part of the uutils util-linux package. // // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code.