diff options
author | 2016-01-19 15:59:16 +0000 | |
---|---|---|
committer | 2016-01-19 15:59:16 +0000 | |
commit | 91d65e024846717fce3572106cffe9b957b8902c (patch) | |
tree | 22ea1a91afdd552a31bb2365a9eae034ae0a1c9b /runtime/dex_file.h | |
parent | 1bcbcf8e848d18b19d248c3d15f77c888f2b5f04 (diff) |
Fix various typos in ART's comments and string literals.
Change-Id: I85d628055b1a61647a77fef730c9631c234e22a2
Diffstat (limited to 'runtime/dex_file.h')
-rw-r--r-- | runtime/dex_file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/dex_file.h b/runtime/dex_file.h index 8a3db6ccf3..108b8d2441 100644 --- a/runtime/dex_file.h +++ b/runtime/dex_file.h @@ -1094,11 +1094,11 @@ class DexFile { int32_t GetLineNumFromPC(ArtMethod* method, uint32_t rel_pc) const SHARED_REQUIRES(Locks::mutator_lock_); - // Returns false if there is no debugging information or if it can not be decoded. + // Returns false if there is no debugging information or if it cannot be decoded. bool DecodeDebugLocalInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx, DexDebugNewLocalCb local_cb, void* context) const; - // Returns false if there is no debugging information or if it can not be decoded. + // Returns false if there is no debugging information or if it cannot be decoded. bool DecodeDebugPositionInfo(const CodeItem* code_item, DexDebugNewPositionCb position_cb, void* context) const; |