From b40486d92675a2d8f93fa1fffc7c6595b7083c2a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 21 Feb 2014 15:51:51 +0100 Subject: [PATCH] libvixl: Fix typo in comment * substract -> subtract Signed-off-by: Stefan Weil --- disas/libvixl/a64/constants-a64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disas/libvixl/a64/constants-a64.h b/disas/libvixl/a64/constants-a64.h index 2e0336dd0f..3d7b3c1332 100644 --- a/disas/libvixl/a64/constants-a64.h +++ b/disas/libvixl/a64/constants-a64.h @@ -71,7 +71,7 @@ V_(ImmDPShift, 15, 10, Bits) \ V_(ImmAddSub, 21, 10, Bits) \ V_(ShiftAddSub, 23, 22, Bits) \ \ -/* Add/substract extend */ \ +/* Add/subtract extend */ \ V_(ImmExtendShift, 12, 10, Bits) \ V_(ExtendMode, 15, 13, Bits) \ \ -- 2.11.4.GIT