From 5c7617b006fe4446a105b3db4916956a92826304 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 20 Nov 2016 15:50:26 +0100 Subject: Fix typos --- src/dotty/tools/dotc/core/tasty/TastyPickler.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/tasty/TastyPickler.scala') diff --git a/src/dotty/tools/dotc/core/tasty/TastyPickler.scala b/src/dotty/tools/dotc/core/tasty/TastyPickler.scala index c750a7bb3..c844d522e 100644 --- a/src/dotty/tools/dotc/core/tasty/TastyPickler.scala +++ b/src/dotty/tools/dotc/core/tasty/TastyPickler.scala @@ -55,7 +55,7 @@ class TastyPickler { } /** The address in the TASTY file of a given tree, or None if unknown. - * Note that trees are looked up by for reference equality, + * Note that trees are looked up by reference equality, * so one can reliably use this function only directly after `pickler`. */ var addrOfTree: tpd.Tree => Option[Addr] = (_ => None) -- cgit v1.2.3