From 0f6e360d4b4c20c3bcff03ad27c4dcad38c07f41 Mon Sep 17 00:00:00 2001 From: Li Shengqiu Date: Fri, 9 Nov 2018 22:35:58 +0800 Subject: Fix typos in comments (#20908) --- tests/src/JIT/jit64/regress/vsw/528315/simple-repro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src/JIT') diff --git a/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.cs b/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.cs index fa5258f082..02253e2e1f 100644 --- a/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.cs +++ b/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.cs @@ -28,7 +28,7 @@ internal class NodeFactory case NodeType.Not: return this.Conditional(condition.Child, falseBranch, trueBranch); // <-- tail recursion } - return falseBranch; //<- should return the orignal trueBranch + return falseBranch; //<- should return the original trueBranch } private class Test -- cgit v1.2.3