OcAppleKernelLib: Minor typo

This commit is contained in:
PMheart 2023-06-14 16:50:23 +02:00
parent 6c819744ce
commit 8955d758a5

View File

@ -2379,7 +2379,7 @@ STATIC
CONST UINT8
mAquantiaEthernetPatchFindMaskShikumo[] = {
0xFF, 0xFF, 0x00, 0x00,
0xFF, 0xFF, 0x00, 0x00,0x00, 0x00,
0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,
0xFF, 0xFF
};
@ -2395,7 +2395,7 @@ STATIC
CONST UINT8
mAquantiaEthernetPatchReplaceMaskShikumo[] = {
0xFF, 0xFF, 0x00, 0x00,
0xFF, 0xFF, 0xFF, 0xFF,0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF
};