mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-04 14:16:42 +00:00 
			
		
		
		
	Comment grammar fix.
This commit is contained in:
		
							parent
							
								
									ae5da60c18
								
							
						
					
					
						commit
						e6556c7f34
					
				@ -654,9 +654,9 @@ static GLboolean initializeAppKit(void)
 | 
			
		||||
    // Implicitly create shared NSApplication instance
 | 
			
		||||
    [GLFWApplication sharedApplication];
 | 
			
		||||
 | 
			
		||||
    // Setting up the menu bar must go between sharedApplication
 | 
			
		||||
    // above and finishLaunching below, in order to properly emulate the
 | 
			
		||||
    // behavior of NSApplicationMain
 | 
			
		||||
    // Menu bar setup must go between sharedApplication above and
 | 
			
		||||
    // finishLaunching below, in order to properly emulate the behavior
 | 
			
		||||
    // of NSApplicationMain
 | 
			
		||||
    createMenuBar();
 | 
			
		||||
 | 
			
		||||
    [NSApp finishLaunching];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user