From 04828d5ada93cbcb9f3aac797c8a04b6d63c3ae1 Mon Sep 17 00:00:00 2001 From: Nicolas Mailloux Date: Tue, 26 Dec 2023 21:22:46 -0500 Subject: [PATCH] Small comment fix --- src/functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.h b/src/functions.h index b2a44dc..4bbb3a7 100644 --- a/src/functions.h +++ b/src/functions.h @@ -425,7 +425,7 @@ namespace { while(supplies.hasNext()) { supplies.next(); QString supply = supplies.filePath(); - // badly classified device by some ntx kernels, ignore + // Badly-classified device by some ntx kernels, ignore if ((type == "Battery") && (supplies.fileName() == "mc13892_charger")) { continue;