[llvm-commits] [llvm] r61948 - /llvm/trunk/lib/AsmParser/Parser.cpp

Dan Gohman gohman at apple.com
Thu Jan 8 14:17:05 PST 2009


Author: djg
Date: Thu Jan  8 16:17:05 2009
New Revision: 61948

URL: http://llvm.org/viewvc/llvm-project?rev=61948&view=rev
Log:
Fix the path to llvm/Assembly/Parser.h in a comment.

Modified:
    llvm/trunk/lib/AsmParser/Parser.cpp

Modified: llvm/trunk/lib/AsmParser/Parser.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/AsmParser/Parser.cpp?rev=61948&r1=61947&r2=61948&view=diff

==============================================================================
--- llvm/trunk/lib/AsmParser/Parser.cpp (original)
+++ llvm/trunk/lib/AsmParser/Parser.cpp Thu Jan  8 16:17:05 2009
@@ -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
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list