summaryrefslogtreecommitdiff
path: root/test/files/specialized
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-06-21 22:44:30 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-06-21 22:44:30 +0100
commit2530699c103460c0e8388179aa91db6cedb89ecc (patch)
tree9ee780c20f39c1a50c7b9d5a55f6f385528da5fa /test/files/specialized
parenta3beedac5b957e3954be288b1be7c52a1d7d31b0 (diff)
downloadscala-2530699c103460c0e8388179aa91db6cedb89ecc.tar.gz
scala-2530699c103460c0e8388179aa91db6cedb89ecc.tar.bz2
scala-2530699c103460c0e8388179aa91db6cedb89ecc.zip
Fix 36 typos (d-f)
Diffstat (limited to 'test/files/specialized')
-rw-r--r--test/files/specialized/constant_lambda.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/specialized/constant_lambda.scala b/test/files/specialized/constant_lambda.scala
index bb9a97403e..7c5358ce10 100644
--- a/test/files/specialized/constant_lambda.scala
+++ b/test/files/specialized/constant_lambda.scala
@@ -1,4 +1,4 @@
-// during development of late delmabdafying there was a problem where
+// during development of late delambdafying there was a problem where
// specialization would undo some of the work done in uncurry if the body of the
// lambda had a constant type. That would result in a compiler crash as
// when the delambdafy phase got a tree shape it didn't understand