diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-08 22:17:05 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-08 22:17:05 +0000 |
commit | 5d13665c09c0173b30d3dcc64498169f6fec2246 (patch) | |
tree | 41595867d1ec66898e595746e67c1ffa46223b47 /lib/AsmParser/Parser.cpp | |
parent | a82a91850779f7c3a173a5828333dfd5162f855d (diff) |
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.cpp | 2 |
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 // //===----------------------------------------------------------------------===// |