[llvm] r194924 - Fix filename in header comment

Duncan P. N. Exon Smith dexonsmith at apple.com
Sat Nov 16 07:40:54 PST 2013


Author: dexonsmith
Date: Sat Nov 16 09:40:54 2013
New Revision: 194924

URL: http://llvm.org/viewvc/llvm-project?rev=194924&view=rev
Log:
Fix filename in header comment

Modified:
    llvm/trunk/include/llvm/CodeGen/RuntimeLibcalls.h

Modified: llvm/trunk/include/llvm/CodeGen/RuntimeLibcalls.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/RuntimeLibcalls.h?rev=194924&r1=194923&r2=194924&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/RuntimeLibcalls.h (original)
+++ llvm/trunk/include/llvm/CodeGen/RuntimeLibcalls.h Sat Nov 16 09:40:54 2013
@@ -1,4 +1,4 @@
-//===-- CodeGen/RuntimeLibcall.h - Runtime Library Calls --------*- C++ -*-===//
+//===-- CodeGen/RuntimeLibcalls.h - Runtime Library Calls -------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list