summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-06-11 15:26:15 +0000
committerpaltherr <paltherr@epfl.ch>2003-06-11 15:26:15 +0000
commit914d29f8895b39629b7f3887d7615cfab18dce57 (patch)
tree32f84e2d75820cee34e050e363c315610f849dc6
parent62fc094c20f8faae27cd1f24f15ceba65f409433 (diff)
downloadscala-914d29f8895b39629b7f3887d7615cfab18dce57.tar.gz
scala-914d29f8895b39629b7f3887d7615cfab18dce57.tar.bz2
scala-914d29f8895b39629b7f3887d7615cfab18dce57.zip
- Fixed a comment
-rw-r--r--sources/scala/tools/scalai/InterpreterPrinter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/tools/scalai/InterpreterPrinter.java b/sources/scala/tools/scalai/InterpreterPrinter.java
index a8591d8db6..1e30bfba29 100644
--- a/sources/scala/tools/scalai/InterpreterPrinter.java
+++ b/sources/scala/tools/scalai/InterpreterPrinter.java
@@ -17,7 +17,7 @@ import scalac.util.Debug;
public class InterpreterPrinter implements DefinitionPrinter {
//########################################################################
- // Private State
+ // Private Fields
private final Interpreter interpreter;
private final PrintWriter writer;