summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
committerAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
commit46d36be2eb02f35fef15952699d0e32e6138760d (patch)
tree377a6835c162218586f0bef2cf8f8c727ab9fc2a /test/DebugInfo
parent35fb92daddc1322f8f1a1623f098eb6f28e0d149 (diff)
downloadllvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.gz
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.bz2
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.xz
Fix some doc and comment typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/X86/dbg-value-const-byref.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/dbg-value-const-byref.ll b/test/DebugInfo/X86/dbg-value-const-byref.ll
index 3d1e87da8c..23dead3f85 100644
--- a/test/DebugInfo/X86/dbg-value-const-byref.ll
+++ b/test/DebugInfo/X86/dbg-value-const-byref.ll
@@ -14,7 +14,7 @@
; }
;
; Test that we generate valid debug info for optimized code,
-; particularily variables that are described as constants and passed
+; particularly variables that are described as constants and passed
; by reference.
; rdar://problem/14874886
;