aboutsummaryrefslogtreecommitdiffstats
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
commitb116d6c6963c30eea2916904b86056426c0001fc (patch)
tree41595867d1ec66898e595746e67c1ffa46223b47 /lib/AsmParser/Parser.cpp
parent5223327f9ddca11d1c334f1404fc4b3807c37259 (diff)
downloadexternal_llvm-b116d6c6963c30eea2916904b86056426c0001fc.zip
external_llvm-b116d6c6963c30eea2916904b86056426c0001fc.tar.gz
external_llvm-b116d6c6963c30eea2916904b86056426c0001fc.tar.bz2
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 08c2391..759e00e 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
//
//===----------------------------------------------------------------------===//