diff lphobos/std/stdarg.d @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 5825d48b27d1
children
line wrap: on
line diff
--- a/lphobos/std/stdarg.d	Mon Oct 06 22:46:55 2008 +0200
+++ b/lphobos/std/stdarg.d	Mon Oct 06 22:54:08 2008 +0200
@@ -6,7 +6,7 @@
 
 /* This is for use with variable argument lists with extern(D) linkage. */
 
-/* Modified for LLVMDC (LLVM D Compiler) by Tomas Lindquist Olsen, 2007 */
+/* Modified for LDC (LLVM D Compiler) by Tomas Lindquist Olsen, 2007 */
 
 module std.stdarg;