summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-06-19 22:00:13 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-06-19 22:00:13 +0000
commit8c3880b9074c81b8a6fa4d33cc9a1c397795237b (patch)
tree8a2485030f5c002e777dd250fd8abc245290cf69
parent3a601dd0612a20950c7ef2c98663938384bff553 (diff)
downloadbcm5719-llvm-8c3880b9074c81b8a6fa4d33cc9a1c397795237b.tar.gz
bcm5719-llvm-8c3880b9074c81b8a6fa4d33cc9a1c397795237b.zip
Spelling correction
llvm-svn: 184370
-rw-r--r--llvm/test/DebugInfo/X86/parameters.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/parameters.ll b/llvm/test/DebugInfo/X86/parameters.ll
index e427fa3e746..58ff62b8371 100644
--- a/llvm/test/DebugInfo/X86/parameters.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud