]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Roll back the changes for BaseTools
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 25 Jun 2012 02:24:12 +0000 (02:24 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 25 Jun 2012 02:24:12 +0000 (02:24 +0000)
Signed-off-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13467 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

index f1ed522b421e29674ab7af2b8666689c01cf7b37..20d559e2fd362f7b6d95328d680716bdac8d01df 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Processor or Compiler specific defines and types for x64.\r
 \r
-  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2008, 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 integer width types \r
+    // use Microsoft* C complier dependent interger width types \r
     //\r
     typedef unsigned __int64    UINT64;\r
     typedef __int64             INT64;\r
index 6f03dfa67d4f7bac91f380a2d1a92db3f4484a54..0bc02f043a30be70a54530bbd91036eae28211bc 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 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2008, 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 integer width types \r
+    // use Microsoft C complier dependent interger width types \r
     //\r
     typedef unsigned __int64    UINT64;\r
     typedef __int64             INT64;\r
index 0953e47cb1db74541aa059cf22e719fb8de11602..2c5853ca934bf33c2b3a9a551c0dbceabae8a2ec 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 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011, 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 integer value within limit of UINT32 \r
+## Check if the string is HexDgit and its interger 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