Author: rsmith
Date: Thu Oct  8 16:17:21 2015
New Revision: 249749

URL: http://llvm.org/viewvc/llvm-project?rev=249749&view=rev
Log:
Fix incorrect file header. This is <cfenv> not <cctype>.

Modified:
    libcxx/trunk/include/cfenv

Modified: libcxx/trunk/include/cfenv
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/cfenv?rev=249749&r1=249748&r2=249749&view=diff
==============================================================================
--- libcxx/trunk/include/cfenv (original)
+++ libcxx/trunk/include/cfenv Thu Oct  8 16:17:21 2015
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===---------------------------- cctype 
----------------------------------===//
+//===---------------------------- cfenv 
-----------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to