Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dong <[email protected]>
Reviewed-by: liming Gao <[email protected]>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13464 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
ydong10 committed Jun 21, 2012
1 parent 98a1f1e commit 0e4cdd8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions BaseTools/Source/C/Include/Ia32/ProcessorBind.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions BaseTools/Source/C/Include/X64/ProcessorBind.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions BaseTools/Source/Python/UPT/Library/String.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -737,7 +737,7 @@ def IsHexDigit(Str):
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
Expand Down
2 changes: 1 addition & 1 deletion EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Module Name:


//
// use Microsoft C complier dependent interger width types
// use Microsoft C complier dependent integer width types
//
typedef unsigned __int64 uint64_t;
typedef __int64 int64_t;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*++
Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2004 - 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 distribution. The full text of the license may be found at
Expand Down Expand Up @@ -1042,7 +1042,7 @@ Routine Description:
Returns:
Return a positive integer if String is lexicall greater than String2; Zero if
the two strings are identical; and a negative interger if String is lexically
the two strings are identical; and a negative integer if String is lexically
less than String2.
--*/
;
Expand Down
6 changes: 3 additions & 3 deletions EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/String.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*++
Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2004 - 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 distribution. The full text of the license may be found at
Expand Down Expand Up @@ -147,7 +147,7 @@ Routine Description:
Returns:
Return a positive integer if String is lexicall greater than String2; Zero if
the two strings are identical; and a negative interger if String is lexically
the two strings are identical; and a negative integer if String is lexically
less than String2.
--*/
Expand Down Expand Up @@ -374,7 +374,7 @@ Routine Description:
Returns:
Return a positive integer if String is lexicall greater than String2; Zero if
the two strings are identical; and a negative interger if String is lexically
the two strings are identical; and a negative integer if String is lexically
less than String2.
--*/
{
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/Arm/ProcessorBind.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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;
Expand Down

0 comments on commit 0e4cdd8

Please sign in to comment.