We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e84094 commit 0f5d321Copy full SHA for 0f5d321
src/detection/physicalmemory/physicalmemory_linux.c
@@ -124,7 +124,7 @@ const char* ffDetectPhysicalMemory(FFlist* result)
124
ffStrbufSetS(&device->locator, ldevice);
125
126
const char* formFactorNames[] = {
127
- NULL, // 0x00 (用于索引,实际上没有0x00的类型)
+ NULL, // 0x00 (Placeholder for indexing)
128
"Other", // 0x01
129
"Unknown", // 0x02
130
"SIMM", // 0x03
@@ -148,7 +148,7 @@ const char* ffDetectPhysicalMemory(FFlist* result)
148
ffStrbufSetF(&device->formFactor, "Unknown (%d)", (int) data->FormFactor);
149
150
const char* memoryTypeNames[] = {
151
152
153
154
"DRAM", // 0x03
0 commit comments