summaryrefslogtreecommitdiffstats
path: root/tcg/arm
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-06-29 07:14:00 +0200
committerLaurent Vivier2021-07-09 18:42:46 +0200
commita476123243617700e16d19237b12d51130d28563 (patch)
tree877809b17820ea775a9598a5eb0414f3b3f30348 /tcg/arm
parentmemory: Display MemoryRegion name in read/write ops trace events (diff)
downloadqemu-a476123243617700e16d19237b12d51130d28563.tar.gz
qemu-a476123243617700e16d19237b12d51130d28563.tar.xz
qemu-a476123243617700e16d19237b12d51130d28563.zip
misc: Fix "havn't" typo
Fix "havn't (make)" -> "haven't (made)" typo. Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20210629051400.2573253-1-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tcg/arm')
-rw-r--r--tcg/arm/tcg-target.c.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/tcg/arm/tcg-target.c.inc b/tcg/arm/tcg-target.c.inc
index 7a761a602e..007ceee68e 100644
--- a/tcg/arm/tcg-target.c.inc
+++ b/tcg/arm/tcg-target.c.inc
@@ -2407,8 +2407,10 @@ static TCGConstraintSetIndex tcg_target_op_def(TCGOpcode op)
static void tcg_target_init(TCGContext *s)
{
- /* Only probe for the platform and capabilities if we havn't already
- determined maximum values at compile time. */
+ /*
+ * Only probe for the platform and capabilities if we haven't already
+ * determined maximum values at compile time.
+ */
#if !defined(use_idiv_instructions) || !defined(use_neon_instructions)
{
unsigned long hwcap = qemu_getauxval(AT_HWCAP);