From ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 6 Feb 2019 23:39:35 +0800 Subject: ArmPkg: Fix various typos Fix various typos in ArmPkg. Signed-off-by: Coeur Reviewed-by: Leif Lindholm --- ArmPkg/Include/Library/ArmDisassemblerLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ArmPkg/Include/Library') diff --git a/ArmPkg/Include/Library/ArmDisassemblerLib.h b/ArmPkg/Include/Library/ArmDisassemblerLib.h index 1c77b3dfe3..c103b72e81 100644 --- a/ArmPkg/Include/Library/ArmDisassemblerLib.h +++ b/ArmPkg/Include/Library/ArmDisassemblerLib.h @@ -10,8 +10,8 @@ #define __ARM_DISASSEBLER_LIB_H__ /** - Place a dissasembly of of **OpCodePtr into buffer, and update OpCodePtr to - point to next instructin. + Place a disassembly of **OpCodePtr into buffer, and update OpCodePtr to + point to next instruction. We cheat and only decode instructions that access memory. If the instruction is not found we dump the instruction in hex. -- cgit v1.2.3