summaryrefslogtreecommitdiff
path: root/lib/AsmParser/Parser.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-01-08 22:17:05 +0000
committerDan Gohman <gohman@apple.com>2009-01-08 22:17:05 +0000
commit5d13665c09c0173b30d3dcc64498169f6fec2246 (patch)
tree41595867d1ec66898e595746e67c1ffa46223b47 /lib/AsmParser/Parser.cpp
parenta82a91850779f7c3a173a5828333dfd5162f855d (diff)
downloadllvm-5d13665c09c0173b30d3dcc64498169f6fec2246.tar.gz
llvm-5d13665c09c0173b30d3dcc64498169f6fec2246.tar.bz2
llvm-5d13665c09c0173b30d3dcc64498169f6fec2246.tar.xz
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
Diffstat (limited to 'lib/AsmParser/Parser.cpp')
-rw-r--r--lib/AsmParser/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/Parser.cpp b/lib/AsmParser/Parser.cpp
index 08c239135b..759e00e321 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
//
//===----------------------------------------------------------------------===//