diff options
Diffstat (limited to 'compiler/utils/string_reference.h')
| -rw-r--r-- | compiler/utils/string_reference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/string_reference.h b/compiler/utils/string_reference.h index 72552f21aa..9e1058ea4d 100644 --- a/compiler/utils/string_reference.h +++ b/compiler/utils/string_reference.h @@ -26,7 +26,7 @@ namespace art { class DexFile; -// A string is uniquely located by its DexFile and the string_ids_ table index into that DexFile. +// A string is located by its DexFile and the string_ids_ table index into that DexFile. struct StringReference { StringReference(const DexFile* file, uint32_t index) : dex_file(file), string_index(index) { } |