Spelling error.

This commit is contained in:
Ron Sluiter
2010-03-01 15:12:33 +00:00
parent 36c9c18780
commit 2fcd0afeb9
+1 -1
View File
@@ -117,7 +117,7 @@ typedef union
unsigned int flash_chksum_err :1;
unsigned int na3 :5; /* N/A bits 3-7 */
unsigned int running :1;
unsigned int initalizing :1;
unsigned int initializing :1;
unsigned int not_downloaded :1;
} Bits;
} FIRMWARE_STATUS;