diff options
author | 2023-12-07 11:00:48 +0100 | |
---|---|---|
committer | 2023-12-07 12:06:14 +0000 | |
commit | 333630f7dbe144145b74fc9d8bd3fa4b36cebf26 (patch) | |
tree | 5a7fc78e70c19c20c893285577a4cd9a8f03cd70 /compiler/optimizing/code_generator.cc | |
parent | a052cbb8a27a76514033d54fee49be8c0e22eefc (diff) |
Fix "the the" typos in the compiler.
Test: Rely on TreeHugger.
Change-Id: I2ca2ef0d0fd710931a621cac2d03226889658af2
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
-rw-r--r-- | compiler/optimizing/code_generator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator.cc b/compiler/optimizing/code_generator.cc index 05aebee2ee..77cebfc56c 100644 --- a/compiler/optimizing/code_generator.cc +++ b/compiler/optimizing/code_generator.cc @@ -628,7 +628,7 @@ void CodeGenerator::CreateUnresolvedFieldLocationSummary( } // Note that pSetXXStatic/pGetXXStatic always takes/returns an int or int64 - // regardless of the the type. Because of that we forced to special case + // regardless of the type. Because of that we forced to special case // the access to floating point values. if (is_get) { if (DataType::IsFloatingPointType(field_type)) { |