diff options
author | 2016-01-19 15:59:16 +0000 | |
---|---|---|
committer | 2016-01-19 15:59:16 +0000 | |
commit | 91d65e024846717fce3572106cffe9b957b8902c (patch) | |
tree | 22ea1a91afdd552a31bb2365a9eae034ae0a1c9b /runtime/intern_table.h | |
parent | 1bcbcf8e848d18b19d248c3d15f77c888f2b5f04 (diff) |
Fix various typos in ART's comments and string literals.
Change-Id: I85d628055b1a61647a77fef730c9631c234e22a2
Diffstat (limited to 'runtime/intern_table.h')
-rw-r--r-- | runtime/intern_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/intern_table.h b/runtime/intern_table.h index 8f715a3dc3..2b2176efe1 100644 --- a/runtime/intern_table.h +++ b/runtime/intern_table.h @@ -61,7 +61,7 @@ class InternTable { SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!Roles::uninterruptible_); // Only used by image writer. Special version that may not cause thread suspension since the GC - // can not be running while we are doing image writing. Maybe be called while while holding a + // cannot be running while we are doing image writing. Maybe be called while while holding a // lock since there will not be thread suspension. mirror::String* InternStrongImageString(mirror::String* s) SHARED_REQUIRES(Locks::mutator_lock_); |