summaryrefslogtreecommitdiff
path: root/compiler/utils/string_reference.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2016-06-21 15:12:24 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-06-21 15:12:24 +0000
commitf6d4f6e0e61977777b7a9ca18b75bcd26e98e9f9 (patch)
treeb647b68165992bc4f26287f564a18f6ce68a8082 /compiler/utils/string_reference.h
parent2150d94b5a399dd7d52e1309da2e3bf80d1a5517 (diff)
parentdbb7f5bef10138ade0fb202da1d61f562b2df649 (diff)
Merge "Improve HLoadClass code generation."
Diffstat (limited to 'compiler/utils/string_reference.h')
-rw-r--r--compiler/utils/string_reference.h2
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) { }