From 29eb8bb57df976090e7d3bd9ee7d32b0b0fc8888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sun, 28 Jun 2026 15:21:48 +0800 Subject: [PATCH] Chore: fixes typos --- src/detection/gpu/gpu_windows.c | 2 +- src/logo/ascii/c.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detection/gpu/gpu_windows.c b/src/detection/gpu/gpu_windows.c index c50cfecdb..5787b6d6d 100644 --- a/src/detection/gpu/gpu_windows.c +++ b/src/detection/gpu/gpu_windows.c @@ -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); diff --git a/src/logo/ascii/c.inc b/src/logo/ascii/c.inc index 31a2772df..62be28e3d 100644 --- a/src/logo/ascii/c.inc +++ b/src/logo/ascii/c.inc @@ -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,