From 5d729facebcac3bbd1a902e235d76a2e46548360 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 6 Feb 2013 22:34:46 +0000 Subject: [PATCH] Fix typo llvm-svn: 174553 --- test/DebugInfo/dwarfdump-debug-frame-simple.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/dwarfdump-debug-frame-simple.test b/test/DebugInfo/dwarfdump-debug-frame-simple.test index f4bb3c12f83..595dd374489 100644 --- a/test/DebugInfo/dwarfdump-debug-frame-simple.test +++ b/test/DebugInfo/dwarfdump-debug-frame-simple.test @@ -1,5 +1,5 @@ ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-32bit.elf.o -debug-dump=frames | FileCheck %s -check-prefix FRAMES -; Note: the input file was generated from Inputes/dwarfdump-test-32bit.elf.c +; Note: the input file was generated from Inputs/dwarfdump-test-32bit.elf.c ; FRAMES: .debug_frame ; FRAMES-NOT: .eh_frame