summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2013-11-16 15:40:54 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2013-11-16 15:40:54 +0000
commitbd9f36f4db42f4b73caeb8cfe04e98f047d99375 (patch)
tree786b495e3c49c53e8d8d79242a3733cf63466857 /include
parent793622668ef3dede3b020f92680cbc0d71bd3f6b (diff)
downloadllvm-bd9f36f4db42f4b73caeb8cfe04e98f047d99375.tar.gz
llvm-bd9f36f4db42f4b73caeb8cfe04e98f047d99375.tar.bz2
llvm-bd9f36f4db42f4b73caeb8cfe04e98f047d99375.tar.xz
Fix filename in header comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/RuntimeLibcalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h
index 37920ae914..009b8a0f69 100644
--- a/include/llvm/CodeGen/RuntimeLibcalls.h
+++ b/include/llvm/CodeGen/RuntimeLibcalls.h
@@ -1,4 +1,4 @@
-//===-- CodeGen/RuntimeLibcall.h - Runtime Library Calls --------*- C++ -*-===//
+//===-- CodeGen/RuntimeLibcalls.h - Runtime Library Calls -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//