MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typo
No functional changes. Cc: Laszlo Ersek <lersek@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
committed by
Laszlo Ersek
parent
ab9e11da66
commit
c2c4199bc2
@ -104,7 +104,7 @@ typedef struct {
|
||||
//
|
||||
#define PEIM_STATE_NOT_DISPATCHED 0x00
|
||||
#define PEIM_STATE_DISPATCHED 0x01
|
||||
#define PEIM_STATE_REGISITER_FOR_SHADOW 0x02
|
||||
#define PEIM_STATE_REGISTER_FOR_SHADOW 0x02
|
||||
#define PEIM_STATE_DONE 0x03
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user