[libcxx] r180135 - Change makefile comment to refer to libc++ instead of libcpp.
Bob Wilson
bob.wilson at apple.com
Tue Apr 23 12:26:55 PDT 2013
Author: bwilson
Date: Tue Apr 23 14:26:55 2013
New Revision: 180135
URL: http://llvm.org/viewvc/llvm-project?rev=180135&view=rev
Log:
Change makefile comment to refer to libc++ instead of libcpp.
Modified:
libcxx/trunk/Makefile
Modified: libcxx/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=180135&r1=180134&r2=180135&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Tue Apr 23 14:26:55 2013
@@ -1,5 +1,5 @@
##
-# libcpp Makefile
+# libc++ Makefile
##
SRCDIRS = .
More information about the cfe-commits
mailing list