summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Common/PeCoffLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Common/PeCoffLib.h')
-rw-r--r--BaseTools/Source/C/Common/PeCoffLib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/BaseTools/Source/C/Common/PeCoffLib.h b/BaseTools/Source/C/Common/PeCoffLib.h
index 80c8c33..c250471 100644
--- a/BaseTools/Source/C/Common/PeCoffLib.h
+++ b/BaseTools/Source/C/Common/PeCoffLib.h
@@ -148,7 +148,7 @@ PeCoffLoaderGetEntryPoint (
//
/**
- Pass in a pointer to an ARM MOVT or MOVW immediate instruciton and
+ Pass in a pointer to an ARM MOVT or MOVW immediate instruction and
return the immediate data encoded in the instruction
@param Instruction Pointer to ARM MOVT or MOVW immediate instruction
@@ -166,7 +166,7 @@ ThumbMovtImmediateAddress (
Update an ARM MOVT or MOVW immediate instruction immediate data.
@param Instruction Pointer to ARM MOVT or MOVW immediate instruction
- @param Address New addres to patch into the instruction
+ @param Address New address to patch into the instruction
**/
VOID
@@ -178,10 +178,10 @@ ThumbMovtImmediatePatch (
/**
- Pass in a pointer to an ARM MOVW/MOVT instruciton pair and
+ Pass in a pointer to an ARM MOVW/MOVT instruction pair and
return the immediate data encoded in the two` instruction
- @param Instructions Pointer to ARM MOVW/MOVT insturction pair
+ @param Instructions Pointer to ARM MOVW/MOVT instruction pair
@return Immediate address encoded in the instructions
@@ -196,7 +196,7 @@ ThumbMovwMovtImmediateAddress (
Update an ARM MOVW/MOVT immediate instruction instruction pair.
@param Instructions Pointer to ARM MOVW/MOVT instruction pair
- @param Address New addres to patch into the instructions
+ @param Address New address to patch into the instructions
**/
VOID
EFIAPI