aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/Trees.scala
diff options
context:
space:
mode:
authorPaolo G. Giarrusso <p.giarrusso@gmail.com>2016-10-06 21:33:18 +0200
committerPaolo G. Giarrusso <p.giarrusso@gmail.com>2016-10-07 16:03:33 +0200
commitb8203c8968d9934b91e468790c84a5d9bf76d806 (patch)
treeb1790a0d04c4bd78323a56d67dfcd5387059e920 /src/dotty/tools/dotc/ast/Trees.scala
parent3bb27d468cb06894c72b9f2cfba854ad49d68a74 (diff)
downloaddotty-b8203c8968d9934b91e468790c84a5d9bf76d806.tar.gz
dotty-b8203c8968d9934b91e468790c84a5d9bf76d806.tar.bz2
dotty-b8203c8968d9934b91e468790c84a5d9bf76d806.zip
Fix typos
Diffstat (limited to 'src/dotty/tools/dotc/ast/Trees.scala')
-rw-r--r--src/dotty/tools/dotc/ast/Trees.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/ast/Trees.scala b/src/dotty/tools/dotc/ast/Trees.scala
index 70701ecd7..27973c3e9 100644
--- a/src/dotty/tools/dotc/ast/Trees.scala
+++ b/src/dotty/tools/dotc/ast/Trees.scala
@@ -48,7 +48,7 @@ object Trees {
* the existing tree transparently, assigning its `tpe` field,
* provided it was `null` before.
* - It is impossible to embed untyped trees in typed ones.
- * - Typed trees can be embedded untyped ones provided they are rooted
+ * - Typed trees can be embedded in untyped ones provided they are rooted
* in a TypedSplice node.
* - Type checking an untyped tree should remove all embedded `TypedSplice`
* nodes.
@@ -855,7 +855,7 @@ object Trees {
val cpy: TreeCopier
- /** A class for copying trees. The copy methods avid creating a new tree
+ /** A class for copying trees. The copy methods avoid creating a new tree
* If all arguments stay the same.
*
* Note: Some of the copy methods take a context.