diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-03-13 08:13:16 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-03-13 08:13:16 +0000 |
commit | e50a226b2ff490d33fe2f35aa52f5902f7fa91b0 (patch) | |
tree | deb13fcc61623aa43bacfe1be9ee78e0bb91eb31 /MdeModulePkg/Include | |
parent | 207f04793e69843ec34078b2f082a0e4660a433a (diff) | |
download | edk2-e50a226b2ff490d33fe2f35aa52f5902f7fa91b0.zip edk2-e50a226b2ff490d33fe2f35aa52f5902f7fa91b0.tar.gz edk2-e50a226b2ff490d33fe2f35aa52f5902f7fa91b0.tar.bz2 |
MdeModulePkg: Fix typo.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17045 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Guid/SystemNvDataGuid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Guid/SystemNvDataGuid.h b/MdeModulePkg/Include/Guid/SystemNvDataGuid.h index 40446bc..67c6662 100644 --- a/MdeModulePkg/Include/Guid/SystemNvDataGuid.h +++ b/MdeModulePkg/Include/Guid/SystemNvDataGuid.h @@ -4,7 +4,7 @@ this FV image contains NV data, such as NV variable data.
This file also defines WorkingBlockSignature GUID for FTW working block signature.
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
@@ -42,7 +42,7 @@ typedef struct { ///
EFI_GUID Signature;
///
- /// 32bit CRC caculated for this header.
+ /// 32bit CRC calculated for this header.
///
UINT32 Crc;
///
|