diff options
author | Emmanuel Bourg <ebourg@apache.org> | 2014-05-09 17:42:50 +0200 |
---|---|---|
committer | Emmanuel Bourg <ebourg@apache.org> | 2014-05-09 17:42:50 +0200 |
commit | 338c9be8e26e7786a1145c6e6f533d70a3e16906 (patch) | |
tree | 1b486e02aa60467722566c72fe78c2e0bcd4ce05 /hotspot/.hg/patches/light-jdk8u5-b13.patch | |
parent | f489c524bf1184f011473e3693d4d300369c6f20 (diff) | |
download | dcevm-338c9be8e26e7786a1145c6e6f533d70a3e16906.tar.gz dcevm-338c9be8e26e7786a1145c6e6f533d70a3e16906.zip |
Fixed a typo (Transfered -> Transferred)
Diffstat (limited to 'hotspot/.hg/patches/light-jdk8u5-b13.patch')
-rw-r--r-- | hotspot/.hg/patches/light-jdk8u5-b13.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotspot/.hg/patches/light-jdk8u5-b13.patch b/hotspot/.hg/patches/light-jdk8u5-b13.patch index 96495483..b6e945e4 100644 --- a/hotspot/.hg/patches/light-jdk8u5-b13.patch +++ b/hotspot/.hg/patches/light-jdk8u5-b13.patch @@ -3650,7 +3650,7 @@ new file mode 100644 + // and redefine implementation + static bool is_modifiable_class(oop klass_mirror); + -+ // Utility methods for transfering field access flags ++ // Utility methods for transferring field access flags + + static void transfer_special_access_flags(JavaFieldStream *from, JavaFieldStream *to); + static void transfer_special_access_flags(fieldDescriptor *from, fieldDescriptor *to); |