typos
This commit is contained in:
parent
af5d9c5f2e
commit
6e6480ecfc
@ -815,16 +815,16 @@ generate_cpu_widget() {
|
|||||||
});
|
});
|
||||||
if (bTccd && '$CPU_TEMP_TARGET' == 'Core') {
|
if (bTccd && '$CPU_TEMP_TARGET' == 'Core') {
|
||||||
AMDPackagePrefix = 'Tccd';
|
AMDPackagePrefix = 'Tccd';
|
||||||
AMDPackageCaption = 'CCD';
|
AMDPackageCaption = 'ccd';
|
||||||
} else if (bCpuCoreTemp && '$CPU_TEMP_TARGET' == 'Package') {
|
} else if (bCpuCoreTemp && '$CPU_TEMP_TARGET' == 'Package') {
|
||||||
AMDPackagePrefix = 'CPU Core Temp';
|
AMDPackagePrefix = 'CPU Core Temp';
|
||||||
AMDPackageCaption = 'CPU Core Temp';
|
AMDPackageCaption = 'CPU Core Temp';
|
||||||
} else if (bTdie) {
|
} else if (bTdie) {
|
||||||
AMDPackagePrefix = 'Tdie';
|
AMDPackagePrefix = 'Tdie';
|
||||||
AMDPackageCaption = 'Die';
|
AMDPackageCaption = 'die';
|
||||||
} else if (bTctl) {
|
} else if (bTctl) {
|
||||||
AMDPackagePrefix = 'Tctl';
|
AMDPackagePrefix = 'Tctl';
|
||||||
AMDPackageCaption = 'Die';
|
AMDPackageCaption = 'ctl';
|
||||||
} else {
|
} else {
|
||||||
AMDPackagePrefix = 'temp';
|
AMDPackagePrefix = 'temp';
|
||||||
AMDPackageCaption = 'Temp';
|
AMDPackageCaption = 'Temp';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user