mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Small comment fix
This commit is contained in:
parent
2853fca7cd
commit
04828d5ada
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue