summaryrefslogtreecommitdiff
path: root/include
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
commit4457ab338bc51564468e4acc91a383179d815be1 (patch)
tree8e79caa96f37250c222afb90703a066852d99b71 /include
parent42e0bc88a377520bdc2318dbfd176037bcf600a7 (diff)
downloadllvm-4457ab338bc51564468e4acc91a383179d815be1.tar.gz
llvm-4457ab338bc51564468e4acc91a383179d815be1.tar.bz2
llvm-4457ab338bc51564468e4acc91a383179d815be1.tar.xz
Fix file header for APFloat.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/APFloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h
index 43a78660bf..6cd1308918 100644
--- a/include/llvm/ADT/APFloat.h
+++ b/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
//