diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 02:33:49 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 02:33:49 +0000 |
commit | d1057d4ec5d3a48c800d041c44ed07a2dbe9d936 (patch) | |
tree | aa5ab595cc2ba42f9107722e0474d93404a33b06 | |
parent | 3f748e529cb13841e12d0bfdf8446db7763a3f20 (diff) | |
download | edk2-d1057d4ec5d3a48c800d041c44ed07a2dbe9d936.zip edk2-d1057d4ec5d3a48c800d041c44ed07a2dbe9d936.tar.gz edk2-d1057d4ec5d3a48c800d041c44ed07a2dbe9d936.tar.bz2 |
Fix comment typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5106 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Ia32/ProcessorBind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index b23b7a8..e2e397a 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -1,5 +1,5 @@ /** @file
- Processor or Compiler specific defines and types for x64.
+ Processor or Compiler specific defines and types for Ia32 architecture.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
|