summaryrefslogtreecommitdiff
path: root/libdexfile/dex/modifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdexfile/dex/modifiers.h')
-rw-r--r--libdexfile/dex/modifiers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdexfile/dex/modifiers.h b/libdexfile/dex/modifiers.h
index e4fc74a3e7..def4ce2b44 100644
--- a/libdexfile/dex/modifiers.h
+++ b/libdexfile/dex/modifiers.h
@@ -111,7 +111,7 @@ static constexpr uint32_t kAccCorePlatformApi = 0x20000000; // field, met
// Uses an intrinsic bit but that's OK as intrinsics are always in the boot image.
static constexpr uint32_t kAccMemorySharedMethod = 0x40000000;
-// Set by the compiler driver when compiling boot classes with instrinsic methods.
+// Set by the compiler driver when compiling boot classes with intrinsic methods.
static constexpr uint32_t kAccIntrinsic = 0x80000000; // method (runtime)
// Special runtime-only flags.