[llvm-commits] [llvm] r96248 - /llvm/trunk/include/llvm/Support/FormattedStream.h

Chris Lattner sabre at nondot.org
Mon Feb 15 10:55:04 PST 2010


Author: lattner
Date: Mon Feb 15 12:55:04 2010
New Revision: 96248

URL: http://llvm.org/viewvc/llvm-project?rev=96248&view=rev
Log:
comment fix.

Modified:
    llvm/trunk/include/llvm/Support/FormattedStream.h

Modified: llvm/trunk/include/llvm/Support/FormattedStream.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FormattedStream.h?rev=96248&r1=96247&r2=96248&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/FormattedStream.h (original)
+++ llvm/trunk/include/llvm/Support/FormattedStream.h Mon Feb 15 12:55:04 2010
@@ -1,4 +1,4 @@
-//===-- llvm/CodeGen/FormattedStream.h - Formatted streams ------*- C++ -*-===//
+//===-- llvm/Support/FormattedStream.h - Formatted streams ------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list