[libcxx] r249749 - Fix incorrect file header. This is <cfenv> not <cctype>.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 8 14:17:22 PDT 2015


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
 //




More information about the cfe-commits mailing list