From: Dan Gohman Date: Thu, 8 Jan 2009 22:17:05 +0000 (+0000) Subject: Fix the path to llvm/Assembly/Parser.h in a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5d13665c09c0173b30d3dcc64498169f6fec2246;p=oota-llvm.git 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 --- 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 // //===----------------------------------------------------------------------===//