summaryrefslogtreecommitdiff
path: root/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-08-25 17:29:40 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-08-25 17:29:40 +0000
commit4dee6d781eb7a6755f63929630204aff4fab998b (patch)
tree8735bfd86ae12d336a53867221e9baaa39029dac /test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
parent6dbc5887e5226b77a5b850d70e0a5083b0992d30 (diff)
downloadllvm-4dee6d781eb7a6755f63929630204aff4fab998b.tar.gz
llvm-4dee6d781eb7a6755f63929630204aff4fab998b.tar.bz2
llvm-4dee6d781eb7a6755f63929630204aff4fab998b.tar.xz
Fix spelling error in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll')
-rw-r--r--test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll b/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
index 2800e3b174..ac8fb08831 100644
--- a/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
+++ b/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
@@ -1,4 +1,4 @@
-; It's a bad idea to go recursively trapesing through types without a safety
+; It's a bad idea to go recursively traipsing through types without a safety
; net.
; RUN: as < %s > Output/%s.out1.bc