summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/modifiers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/modifiers.h b/runtime/modifiers.h
index 0addd51fc6..e599b03474 100644
--- a/runtime/modifiers.h
+++ b/runtime/modifiers.h
@@ -34,7 +34,7 @@ static const uint32_t kAccNative = 0x0100; // method
static const uint32_t kAccInterface = 0x0200; // class, ic
static const uint32_t kAccAbstract = 0x0400; // class, method, ic
static const uint32_t kAccStrict = 0x0800; // method
-static const uint32_t kAccSynthetic = 0x1000; // field, method, ic
+static const uint32_t kAccSynthetic = 0x1000; // class, field, method, ic
static const uint32_t kAccAnnotation = 0x2000; // class, ic (1.5)
static const uint32_t kAccEnum = 0x4000; // class, field, ic (1.5)