Smbios: fixes typo

This commit is contained in:
李通洲
2026-04-16 23:18:56 +08:00
parent 1956c66a5e
commit e2526521a2
+1 -1
View File
@@ -666,7 +666,7 @@ const FFSmbiosHeaderTable* ffGetSmbiosHeaderTable() {
ffStrbufInit(&buffer);
if (!fillTableBufferPlatform(&buffer)) {
FF_DEBUG("Platform specfic SMBIOS retrieval failed, trying fallback method");
FF_DEBUG("Platform specific SMBIOS retrieval failed, trying fallback method");
if (!fillTableBufferFallback(&buffer)) {
FF_DEBUG("Fallback SMBIOS retrieval also failed");
ffStrbufDestroy(&buffer);