diff options
| author | Jesse Wilson <jessewilson@google.com> | 2011-03-24 16:43:50 -0700 |
|---|---|---|
| committer | Jesse Wilson <jessewilson@google.com> | 2011-03-24 17:11:26 -0700 |
| commit | c99fe6df38af0e55821d8d98ccf67664ce35231a (patch) | |
| tree | 36b9addec6b255944f5687c212068bb1cf601bd4 /libdex | |
| parent | 1c71d876a22d2662e43e0c86099ed277b4c99db5 (diff) | |
Optimize annotations.
See libcore change I5912b526dfa87a61a95fbe7b7efc48d0dca3ad38
Change-Id: I89ed0be331eea3d9c0d02bebeaa719b686d532ca
http://code.google.com/p/android/issues/detail?id=7811
Diffstat (limited to 'libdex')
| -rw-r--r-- | libdex/DexFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdex/DexFile.h b/libdex/DexFile.h index 60976a3c8..45f9a9119 100644 --- a/libdex/DexFile.h +++ b/libdex/DexFile.h @@ -411,7 +411,7 @@ typedef struct DexAnnotationSetRefList { } DexAnnotationSetRefList; /* - * Direct-mapped "anotation_set_item". + * Direct-mapped "annotation_set_item". */ typedef struct DexAnnotationSetItem { u4 size; |
