]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a typo.
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 Jun 2012 05:52:04 +0000 (05:52 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 Jun 2012 05:52:04 +0000 (05:52 +0000)
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13464 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Source/C/Include/Ia32/ProcessorBind.h
BaseTools/Source/C/Include/X64/ProcessorBind.h
BaseTools/Source/Python/UPT/Library/String.py
EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h
EdkCompatibilityPkg/Foundation/Library/Dxe/Include/EfiCommonLib.h
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/String.c
MdePkg/Include/Arm/ProcessorBind.h

index 20d559e2fd362f7b6d95328d680716bdac8d01df..f1ed522b421e29674ab7af2b8666689c01cf7b37 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Processor or Compiler specific defines and types for x64.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
@@ -70,7 +70,7 @@
   #if _MSC_EXTENSIONS \r
     \r
     //\r
-    // use Microsoft* C complier dependent interger width types \r
+    // use Microsoft* C complier dependent integer width types \r
     //\r
     typedef unsigned __int64    UINT64;\r
     typedef __int64             INT64;\r
index 0bc02f043a30be70a54530bbd91036eae28211bc..6f03dfa67d4f7bac91f380a2d1a92db3f4484a54 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Processor or Compiler specific defines and types x64 (Intel(r) EM64T, AMD64).\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
@@ -73,7 +73,7 @@
     \r
 \r
     //\r
-    // use Microsoft C complier dependent interger width types \r
+    // use Microsoft C complier dependent integer width types \r
     //\r
     typedef unsigned __int64    UINT64;\r
     typedef __int64             INT64;\r
index 2c5853ca934bf33c2b3a9a551c0dbceabae8a2ec..0953e47cb1db74541aa059cf22e719fb8de11602 100644 (file)
@@ -2,7 +2,7 @@
 # This file is used to define common string related functions used in parsing \r
 # process\r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available \r
 # under the terms and conditions of the BSD License which accompanies this \r
@@ -737,7 +737,7 @@ def IsHexDigit(Str):
                 return False\r
     return False\r
 \r
-## Check if the string is HexDgit and its interger value within limit of UINT32 \r
+## Check if the string is HexDgit and its integer value within limit of UINT32 \r
 #\r
 # Return true if all characters in the string are digits and there is at \r
 # least one character \r
index cba8b78ce448af18ab65822133dd56ca2939b3ee..9d6248ce41e8d92cd7a08b52c20da32d9cfa4ddd 100644 (file)
@@ -153,7 +153,7 @@ Abstract:
     \r
 \r
     //\r
-    // use Microsoft C complier dependent interger width types \r
+    // use Microsoft C complier dependent integer width types \r
     //\r
     typedef unsigned __int64    uint64_t;\r
     typedef __int64             int64_t;\r
index 83625bfd1df11a0ec9f70c571f86ca35570d112b..a80446e3626942c3abff8a72ca84d648c3bd31a6 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -1042,7 +1042,7 @@ Arguments:
 \r
 Returns:\r
   Return a positive integer if String is lexicall greater than String2; Zero if \r
-  the two strings are identical; and a negative interger if String is lexically \r
+  the two strings are identical; and a negative integer if String is lexically \r
   less than String2.\r
 --*/\r
 ;\r
index fcc9625769c359c8f281dd7399ade30b29f45146..e0fe93a9703c7e0e50dfb916679658e97f002692 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -147,7 +147,7 @@ Arguments:
 \r
 Returns:\r
   Return a positive integer if String is lexicall greater than String2; Zero if \r
-  the two strings are identical; and a negative interger if String is lexically \r
+  the two strings are identical; and a negative integer if String is lexically \r
   less than String2.\r
 \r
 --*/\r
@@ -374,7 +374,7 @@ Arguments:
 \r
 Returns:\r
   Return a positive integer if String is lexicall greater than String2; Zero if \r
-  the two strings are identical; and a negative interger if String is lexically \r
+  the two strings are identical; and a negative integer if String is lexically \r
   less than String2.\r
 --*/\r
 {\r
index f5a839de0d80ca22394263b08f99db55998454e1..5528ffba7ab6bbee47110ee4513b827976a66082 100644 (file)
@@ -30,7 +30,7 @@
 \r
 #if _MSC_EXTENSIONS \r
   //\r
-  // use Microsoft* C complier dependent interger width types \r
+  // use Microsoft* C complier dependent integer width types \r
   //\r
   typedef unsigned __int64    UINT64;\r
   typedef __int64             INT64;\r