diff runtime/internal/aaA.d @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents a34078905d01
children 30b42a283c8e
line wrap: on
line diff
--- a/runtime/internal/aaA.d	Mon Oct 06 22:46:55 2008 +0200
+++ b/runtime/internal/aaA.d	Mon Oct 06 22:54:08 2008 +0200
@@ -29,7 +29,7 @@
 
 /*
  *  Modified by Sean Kelly <sean@f4.ca> for use with Tango.
- *  Modified by Tomas Lindquist Olsen <tomas@famolsen.dk> for use with LLVMDC.
+ *  Modified by Tomas Lindquist Olsen <tomas@famolsen.dk> for use with LDC.
  */
 
 private
@@ -90,7 +90,7 @@
  * it is completely opaque.
  */
 
-// LLVMDC doesn't pass structs in registers so no need to wrap it ...
+// LDC doesn't pass structs in registers so no need to wrap it ...
 alias BB* AA;
 
 /**********************************