Chore: fixes typos

This commit is contained in:
李通洲
2026-06-28 15:21:48 +08:00
parent bc1f240558
commit 29eb8bb57d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ static bool queryPciDeviceInfo(FFGPUResult* gpu, D3DKMT_DEVICE_IDS* outDeviceIds
DEVPROPTYPE propType;
pciBufLen = sizeof(entry->maxLinkSpeed);
// Reports PCEe gen despite the PKEY name
// Reports PCIe gen despite the PKEY name
CONFIGRET ret = CM_Get_DevNode_PropertyW(devInst, &DEVPKEY_PciDevice_MaxLinkSpeed, &propType, (PBYTE) &entry->maxLinkSpeed, &pciBufLen, 0);
if (ret == CR_SUCCESS) {
FF_DEBUG("PCIe max GEN: %u", entry->maxLinkSpeed);
+1 -1
View File
@@ -32,7 +32,7 @@ static const FFlogo C[] = {
},
#endif
#ifdef FASTFETCH_DATATEXT_LOGO_CACHYOS_OLD_SMALL
// CachyOSSmall
// CachyOSOldSmall
{
.names = { "CachyOS_old_small" },
.type = FF_LOGO_LINE_TYPE_SMALL_BIT | FF_LOGO_LINE_TYPE_ALTER_BIT,