From 042417a036f1cedcd8707d61a40a0c80efd4c7a1 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Sun, 8 Mar 2015 08:48:24 -0400 Subject: [PATCH] Fix typo in comment --- .../CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs index 47eca08b2c6..1594c3a2146 100644 --- a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs +++ b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs @@ -2275,7 +2275,7 @@ static void Main() new[] { ExpressionAssemblyRef }, expectedOutput: TrimExpectedOutput(expectedOutput)); // Also verify with the assemblies on which the tests are running, as there's a higher - // liklihood that they have Array.Empty, and we want to verify that Array.Empty is not used + // likelihood that they have Array.Empty, and we want to verify that Array.Empty is not used // in expression lambdas. This can be changed to use the mscorlib 4.6 metadata once it's // available in the Roslyn tests. CompileAndVerify(CreateCompilation( -- GitLab