aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-01-31 21:45:54 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-01-31 21:45:54 +0000
commitf81bbd1844dcced9acc8da77ceff34a5dda5b07c (patch)
tree2f726d20ea57f5a9a7d57e4856f50574247076cb
parentc47069b1410a6ad1cbc2c847ca577569a2c38c7e (diff)
downloadllvm-f81bbd1844dcced9acc8da77ceff34a5dda5b07c.zip
llvm-f81bbd1844dcced9acc8da77ceff34a5dda5b07c.tar.gz
llvm-f81bbd1844dcced9acc8da77ceff34a5dda5b07c.tar.bz2
Fix file header for APFloat.h
llvm-svn: 200580
-rw-r--r--llvm/include/llvm/ADT/APFloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/APFloat.h b/llvm/include/llvm/ADT/APFloat.h
index 43a7866..6cd1308 100644
--- a/llvm/include/llvm/ADT/APFloat.h
+++ b/llvm/include/llvm/ADT/APFloat.h
@@ -1,4 +1,4 @@
-//== llvm/Support/APFloat.h - Arbitrary Precision Floating Point -*- C++ -*-==//
+//===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
//
// The LLVM Compiler Infrastructure
//