diff dmd/cast.c @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 6aee82889553
children a26b0c5d5942
line wrap: on
line diff
--- a/dmd/cast.c	Mon Oct 06 22:46:55 2008 +0200
+++ b/dmd/cast.c	Mon Oct 06 22:54:08 2008 +0200
@@ -1183,7 +1183,7 @@
 	stride = t1b->nextOf()->size(loc);
 	if (!t->equals(t2b))
 	    e2 = e2->castTo(sc, t);
-    // LLVMDC: llvm uses typesafe pointer arithmetic
+    // LDC: llvm uses typesafe pointer arithmetic
     #if !IN_LLVM
 	if (t1b->next->isbit())
 	    // BUG: should add runtime check for misaligned offsets