From 5d13665c09c0173b30d3dcc64498169f6fec2246 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 8 Jan 2009 22:17:05 +0000 Subject: [PATCH] Fix the path to llvm/Assembly/Parser.h in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61948 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AsmParser/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AsmParser/Parser.cpp b/lib/AsmParser/Parser.cpp index 08c239135b6..759e00e3217 100644 --- a/lib/AsmParser/Parser.cpp +++ b/lib/AsmParser/Parser.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This library implements the functionality defined in llvm/assembly/parser.h +// This library implements the functionality defined in llvm/Assembly/Parser.h // //===----------------------------------------------------------------------===// -- 2.34.1