diff trunk/src/dil/Scope.d @ 532:50e64bab9c7a

Renamed InformationManager to InfoManager.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 17 Dec 2007 16:10:08 +0100
parents 6ddff941862a
children 709e223a8eb9
line wrap: on
line diff
--- a/trunk/src/dil/Scope.d	Mon Dec 17 13:23:52 2007 +0100
+++ b/trunk/src/dil/Scope.d	Mon Dec 17 16:10:08 2007 +0100
@@ -10,7 +10,7 @@
 class Scope
 {
   Scope parent; /// The surrounding scope.
-  InformationManager infoMan; /// Collects errors reported during the semantic phase.
+  InfoManager infoMan; /// Collects errors reported during the semantic phase.
 
   this()
   {