From b4ff4983b87258ea0bca7852656180ef8d067ef6 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 9 Jan 2017 21:38:14 +0000 Subject: [PATCH] Drive by typo fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291482 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/directive-object_arch-2.s | 2 +- test/MC/ARM/directive-object_arch.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/MC/ARM/directive-object_arch-2.s b/test/MC/ARM/directive-object_arch-2.s index 3aca434a1e4..f0596f12385 100644 --- a/test/MC/ARM/directive-object_arch-2.s +++ b/test/MC/ARM/directive-object_arch-2.s @@ -14,7 +14,7 @@ @ CHECK: } @ CHECK: Attribute { @ CHECK: Tag: 6 -@ CHEKC: Value: 1 +@ CHECK: Value: 1 @ CHECK: TagName: CPU_arch @ CHECK: Description: ARM v4 @ CHECK: } diff --git a/test/MC/ARM/directive-object_arch.s b/test/MC/ARM/directive-object_arch.s index 0707077630e..c211a3bb57e 100644 --- a/test/MC/ARM/directive-object_arch.s +++ b/test/MC/ARM/directive-object_arch.s @@ -14,7 +14,7 @@ @ CHECK: } @ CHECK: Attribute { @ CHECK: Tag: 6 -@ CHEKC: Value: 1 +@ CHECK: Value: 1 @ CHECK: TagName: CPU_arch @ CHECK: Description: ARM v4 @ CHECK: } -- 2.11.0