diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2013-11-16 15:40:54 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2013-11-16 15:40:54 +0000 |
commit | bd9f36f4db42f4b73caeb8cfe04e98f047d99375 (patch) | |
tree | 786b495e3c49c53e8d8d79242a3733cf63466857 /include/llvm/CodeGen | |
parent | 793622668ef3dede3b020f92680cbc0d71bd3f6b (diff) | |
download | external_llvm-bd9f36f4db42f4b73caeb8cfe04e98f047d99375.zip external_llvm-bd9f36f4db42f4b73caeb8cfe04e98f047d99375.tar.gz external_llvm-bd9f36f4db42f4b73caeb8cfe04e98f047d99375.tar.bz2 |
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/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/RuntimeLibcalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h index 37920ae..009b8a0 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 // |