]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c
ArmPkg: Fix various typos
[mirror_edk2.git] / ArmPkg / Library / ArmDisassemblerLib / ThumbDisassembler.c
index dbfaee0586a969b5930574a163ef4741cad6a7a7..b665132d69bf26e4bd922e9c71104a6b9bc71b43 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Thumb Dissassembler. Still a work in progress.\r
+  Thumb Disassembler. Still a work in progress.\r
 \r
   Wrong output is a bug, so please fix it.\r
   Hex output means there is not yet an entry or a decode bug.\r
@@ -103,7 +103,7 @@ typedef struct {
 } THUMB_INSTRUCTIONS;\r
 \r
 THUMB_INSTRUCTIONS gOpThumb[] = {\r
-// Thumb 16-bit instrucitons\r
+// Thumb 16-bit instructions\r
 //          Op       Mask   Format\r
   { "ADC" , 0x4140, 0xffc0, DATA_FORMAT5 },  // ADC <Rndn>, <Rm>\r
   { "ADR",  0xa000, 0xf800, ADR_FORMAT   },  // ADR <Rd>, <label>\r
@@ -447,7 +447,7 @@ SignExtend32 (
 \r
 //\r
 // Some instructions specify the PC is always considered aligned\r
-// The PC is after the instruction that is excuting. So you pass\r
+// The PC is after the instruction that is executing. So you pass\r
 // in the instruction address and you get back the aligned answer\r
 //\r
 UINT32\r
@@ -459,8 +459,8 @@ PCAlign4 (
 }\r
 \r
 /**\r
-  Place a dissasembly of of **OpCodePtr into buffer, and update OpCodePtr to\r
-  point to next instructin.\r
+  Place a disassembly of **OpCodePtr into buffer, and update OpCodePtr to\r
+  point to next instruction.\r
 \r
   We cheat and only decode instructions that access\r
   memory. If the instruction is not found we dump the instruction in hex.\r
@@ -1023,8 +1023,8 @@ DisassembleArmInstruction (
 \r
 \r
 /**\r
-  Place a dissasembly of of **OpCodePtr into buffer, and update OpCodePtr to\r
-  point to next instructin.\r
+  Place a disassembly of **OpCodePtr into buffer, and update OpCodePtr to\r
+  point to next instruction.\r
 \r
   We cheat and only decode instructions that access\r
   memory. If the instruction is not found we dump the instruction in hex.\r