|
From: <yd...@us...> - 2012-06-25 02:32:19
|
Revision: 2540
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2540&view=rev
Author: ydong10
Date: 2012-06-25 02:32:08 +0000 (Mon, 25 Jun 2012)
Log Message:
-----------
Fix a typo
Signed-off-by: Eric Dong <eri...@in...>
Reviewed-by: Liming Gao <lim...@in...>
Modified Paths:
--------------
trunk/BaseTools/Source/C/Include/Ia32/ProcessorBind.h
trunk/BaseTools/Source/C/Include/X64/ProcessorBind.h
trunk/BaseTools/Source/Python/UPT/Library/String.py
Modified: trunk/BaseTools/Source/C/Include/Ia32/ProcessorBind.h
===================================================================
--- trunk/BaseTools/Source/C/Include/Ia32/ProcessorBind.h 2012-06-12 18:04:47 UTC (rev 2539)
+++ trunk/BaseTools/Source/C/Include/Ia32/ProcessorBind.h 2012-06-25 02:32:08 UTC (rev 2540)
@@ -1,7 +1,7 @@
/** @file
Processor or Compiler specific defines and types for x64.
- Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2012, 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 which accompanies this
@@ -70,7 +70,7 @@
#if _MSC_EXTENSIONS
//
- // use Microsoft* C complier dependent interger width types
+ // use Microsoft* C complier dependent integer width types
//
typedef unsigned __int64 UINT64;
typedef __int64 INT64;
Modified: trunk/BaseTools/Source/C/Include/X64/ProcessorBind.h
===================================================================
--- trunk/BaseTools/Source/C/Include/X64/ProcessorBind.h 2012-06-12 18:04:47 UTC (rev 2539)
+++ trunk/BaseTools/Source/C/Include/X64/ProcessorBind.h 2012-06-25 02:32:08 UTC (rev 2540)
@@ -1,7 +1,7 @@
/** @file
Processor or Compiler specific defines and types x64 (Intel(r) EM64T, AMD64).
- Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2012, 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 which accompanies this
@@ -73,7 +73,7 @@
//
- // use Microsoft C complier dependent interger width types
+ // use Microsoft C complier dependent integer width types
//
typedef unsigned __int64 UINT64;
typedef __int64 INT64;
Modified: trunk/BaseTools/Source/Python/UPT/Library/String.py
===================================================================
--- trunk/BaseTools/Source/Python/UPT/Library/String.py 2012-06-12 18:04:47 UTC (rev 2539)
+++ trunk/BaseTools/Source/Python/UPT/Library/String.py 2012-06-25 02:32:08 UTC (rev 2540)
@@ -2,7 +2,7 @@
# This file is used to define common string related functions used in parsing
# process
#
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2011 - 2012, 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 which accompanies this
@@ -737,7 +737,7 @@
return False
return False
-## Check if the string is HexDgit and its interger value within limit of UINT32
+## Check if the string is HexDgit and its integer value within limit of UINT32
#
# Return true if all characters in the string are digits and there is at
# least one character
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|