diff options
author | 2023-11-22 10:56:55 +0000 | |
---|---|---|
committer | 2023-11-22 12:49:26 +0000 | |
commit | 6aae29eb6e7b4dbe953590c953a84afbc16619a3 (patch) | |
tree | 855e2e2989662ec1665ab60af830fdfa4673d82b /compiler/optimizing/intrinsics.h | |
parent | b8efdb57ebacb85a5fbdc72ee759586678ef1b96 (diff) |
Address review comments.
For https://android-review.googlesource.com/2835572
Test: test.py
Change-Id: Ia1584de58fe945a46b8f49548e062ce212be0a23
Diffstat (limited to 'compiler/optimizing/intrinsics.h')
-rw-r--r-- | compiler/optimizing/intrinsics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/intrinsics.h b/compiler/optimizing/intrinsics.h index d901f7e10c..6645e5da1a 100644 --- a/compiler/optimizing/intrinsics.h +++ b/compiler/optimizing/intrinsics.h @@ -108,7 +108,7 @@ class IntrinsicVisitor : public ValueObject { ValueOfInfo(); - // Offset of the Integer.value field for initializing a newly allocated instance. + // Offset of the value field of the boxed object for initializing a newly allocated instance. uint32_t value_offset; // The low value in the cache. int32_t low; |