Merge pull request #2812 from Tilka/typos

Gekko: fix typos in HID2
This commit is contained in:
Ryan Houdek 2015-08-07 10:56:22 -05:00
commit 14a0b01854
1 changed files with 2 additions and 2 deletions

View File

@ -537,12 +537,12 @@ union UReg_HID2
struct
{
u32 : 16;
u32 DQOMEE : 1;
u32 DQOEE : 1;
u32 DCMEE : 1;
u32 DNCEE : 1;
u32 DCHEE : 1;
u32 DQOERR : 1;
u32 DCEMERR : 1;
u32 DCMERR : 1;
u32 DNCERR : 1;
u32 DCHERR : 1;
u32 DMAQL : 4;