diff dmd/module.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents a30fc28e8f23
children 1f0a78174598
line wrap: on
line diff
--- a/dmd/module.h	Mon Oct 06 22:46:55 2008 +0200
+++ b/dmd/module.h	Mon Oct 06 22:54:08 2008 +0200
@@ -169,7 +169,7 @@
     Symbol *toSymbol();
     void genmoduleinfo();
 
-    // LLVMDC
+    // LDC
     void buildTargetFiles();
     File* buildFilePath(char* forcename, char* path, char* ext);
     Module *isModule() { return this; }