From cc631588a96ef487814bd4a5b02120d25437aaff Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 19 Jun 2013 22:00:13 +0000 Subject: Spelling correction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184370 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/parameters.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/DebugInfo/X86/parameters.ll b/test/DebugInfo/X86/parameters.ll index e427fa3e74..58ff62b837 100644 --- a/test/DebugInfo/X86/parameters.ll +++ b/test/DebugInfo/X86/parameters.ll @@ -19,8 +19,8 @@ ; CHECK: DW_AT_name{{.*}} = "f" ; CHECK: DW_AT_location{{.*}}([[LOC:0x[0-9]*]]) ; CHECK: debug_loc contents -; CHECK-NEXT: [[LOC]]: Begining -; CHECK-NEXT: Ending +; CHECK-NEXT: [[LOC]]: Beginning +; CHECK-NEXT: Ending ; 0x74 is DW_OP_breg0 + 4, showing that the parameter is accessed indirectly ; (with a zero offset) from the register parameter ; CHECK-NEXT: Location description: 74 00 -- cgit v1.2.3