diff --git a/soliduiserver/soliduiserver_helper.cpp b/soliduiserver/soliduiserver_helper.cpp index 4b14304a..ef447015 100644 --- a/soliduiserver/soliduiserver_helper.cpp +++ b/soliduiserver/soliduiserver_helper.cpp @@ -1,4 +1,4 @@ -/* This file is part of the KDE libraries +/* This file is part of the KDE project Copyright (C) 2021 Ivailo Monev This library is free software; you can redistribute it and/or @@ -116,7 +116,7 @@ KAuth::ActionReply SolidUiServerHelper::mount(const QVariantMap ¶meters) // qDebug() << Q_FUNC_INFO << device << mountpoint << fstype; #ifdef Q_OS_LINUX - // NOTE: if the filesystem is not listed in /proc/filesystems then mount() will fail + // NOTE: if the filesystem type is not listed in /proc/filesystems then mount() will fail bool isknownfs = false; const QByteArray fstypebytes = fstype.toLocal8Bit(); QFile filesystemsfile(QString::fromLatin1("/proc/filesystems")); diff --git a/soliduiserver/soliduiserver_helper.h b/soliduiserver/soliduiserver_helper.h index 49606413..ffcb177d 100644 --- a/soliduiserver/soliduiserver_helper.h +++ b/soliduiserver/soliduiserver_helper.h @@ -1,4 +1,4 @@ -/* This file is part of the KDE libraries +/* This file is part of the KDE project Copyright (C) 2021 Ivailo Monev This library is free software; you can redistribute it and/or