diff options
| author | 2023-12-07 12:44:59 +0000 | |
|---|---|---|
| committer | 2023-12-07 12:44:59 +0000 | |
| commit | f7730300280f1e8056b20ded269603270aa7ddf2 (patch) | |
| tree | 800b05acc352d507886be444ae9d247646b69394 /compiler/optimizing/code_generator.cc | |
| parent | 051d95f94e529d9cc554e6eabfe8901cc3e6b03d (diff) | |
| parent | 333630f7dbe144145b74fc9d8bd3fa4b36cebf26 (diff) | |
Fix "the the" typos in the compiler. am: 333630f7db
Original change: https://android-review.googlesource.com/c/platform/art/+/2862807
Change-Id: I40d27b4248f4e4ea1251a5b3a0bb74f749d36352
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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)) { |