[llvm] r184370 - Spelling correction

David Blaikie dblaikie at gmail.com
Wed Jun 19 15:00:14 PDT 2013


Author: dblaikie
Date: Wed Jun 19 17:00:13 2013
New Revision: 184370

URL: http://llvm.org/viewvc/llvm-project?rev=184370&view=rev
Log:
Spelling correction

Modified:
    llvm/trunk/test/DebugInfo/X86/parameters.ll

Modified: llvm/trunk/test/DebugInfo/X86/parameters.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/parameters.ll?rev=184370&r1=184369&r2=184370&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/parameters.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/parameters.ll Wed Jun 19 17:00:13 2013
@@ -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





More information about the llvm-commits mailing list