--- old/src/java.desktop/macosx/native/libawt_lwawt/awt/CFRetainedResource.m 2020-08-05 17:14:32.000000000 -0700 +++ new/src/java.desktop/macosx/native/libawt_lwawt/awt/CFRetainedResource.m 2020-08-05 17:14:31.000000000 -0700 @@ -39,7 +39,7 @@ { if (releaseOnAppKitThread) { // Releasing resources on the main AppKit message loop only - // Releasing resources on the nested loops may cause dangling + // Releasing resources on the nested loops may cause dangling // pointers after the nested loop is exited if ([NSApp respondsToSelector:@selector(postRunnableEvent:)]) { [NSApp postRunnableEvent:^() {