From 4ccd90dd42bd776a3bb740aba018196a3118951b Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 8 Oct 2015 21:17:21 +0000 Subject: [PATCH] Fix incorrect file header. This is not . git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249749 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/cfenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cfenv b/include/cfenv index dd7db37f..4fc63041 100644 --- a/include/cfenv +++ b/include/cfenv @@ -1,5 +1,5 @@ // -*- C++ -*- -//===---------------------------- cctype ----------------------------------===// +//===---------------------------- cfenv -----------------------------------===// // // The LLVM Compiler Infrastructure //