summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-01-27 10:28:52 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-01-27 10:28:52 +0000
commit96270a3450d1ab25a0ce9695ab8b90a76e04d734 (patch)
tree399e7aa4e9109e2a1babebb1d8b384a2699e7b67
parent94d27581473d54645529adef27c2e183221d5a51 (diff)
downloadscala-96270a3450d1ab25a0ce9695ab8b90a76e04d734.tar.gz
scala-96270a3450d1ab25a0ce9695ab8b90a76e04d734.tar.bz2
scala-96270a3450d1ab25a0ce9695ab8b90a76e04d734.zip
fix pickle format doc. no review
-rw-r--r--src/compiler/scala/tools/nsc/symtab/classfile/PickleFormat.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/symtab/classfile/PickleFormat.scala b/src/compiler/scala/tools/nsc/symtab/classfile/PickleFormat.scala
index 56b9916f01..c45abbccd1 100644
--- a/src/compiler/scala/tools/nsc/symtab/classfile/PickleFormat.scala
+++ b/src/compiler/scala/tools/nsc/symtab/classfile/PickleFormat.scala
@@ -35,7 +35,7 @@ object PickleFormat {
* | 12 NOPREFIXtpe len_Nat
* | 13 THIStpe len_Nat sym_Ref
* | 14 SINGLEtpe len_Nat type_Ref sym_Ref
- * | 15 CONSTANTtpe len_Nat type_Ref constant_Ref
+ * | 15 CONSTANTtpe len_Nat constant_Ref
* | 16 TYPEREFtpe len_Nat type_Ref sym_Ref {targ_Ref}
* | 17 TYPEBOUNDStpe len_Nat tpe_Ref tpe_Ref
* | 18 REFINEDtpe len_Nat classsym_Ref {tpe_Ref}