From 333630f7dbe144145b74fc9d8bd3fa4b36cebf26 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 7 Dec 2023 11:00:48 +0100 Subject: Fix "the the" typos in the compiler. Test: Rely on TreeHugger. Change-Id: I2ca2ef0d0fd710931a621cac2d03226889658af2 --- compiler/optimizing/constant_folding_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/constant_folding_test.cc') diff --git a/compiler/optimizing/constant_folding_test.cc b/compiler/optimizing/constant_folding_test.cc index 741fd3f822..acdc8e6d3c 100644 --- a/compiler/optimizing/constant_folding_test.cc +++ b/compiler/optimizing/constant_folding_test.cc @@ -551,7 +551,7 @@ TEST_F(ConstantFoldingTest, LongConstantFoldingOnSubtraction) { * * The intent of this test is to ensure that all constant expressions * are actually evaluated at compile-time, thanks to the reverse - * (forward) post-order traversal of the the dominator tree. + * (forward) post-order traversal of the dominator tree. * * 16-bit * offset -- cgit v1.2.3-59-g8ed1b