A typo in comments that alignment should be 8 for IPF

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2549 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2007-04-09 03:39:37 +00:00
parent 72c11e3aaf
commit 39d03acf63
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// The alignment of variable's start offset.
// For IA32/X64 architecture, the alignment is set to 1, and
// 2 is for IPF archtecture.
// 8 is for IPF archtecture.
//
#if defined (MDE_CPU_IPF)
#define ALIGNMENT 8