diff --git a/llvm/test/Regression/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll b/llvm/test/Regression/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll index 2800e3b1748d..ac8fb0883182 100644 --- a/llvm/test/Regression/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll +++ b/llvm/test/Regression/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