mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Revert "Fixed misspellings"
This reverts commit f85e8d2a8b.
It violated the limit of width (> 80) and caused the test failure
			
			
This commit is contained in:
		
							parent
							
								
									f85e8d2a8b
								
							
						
					
					
						commit
						f156f70b31
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								ruby.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								ruby.c
									
										
									
									
									
								
							|  | @ -306,7 +306,7 @@ usage(const char *name, int help) | |||
|     static const struct message mjit_options[] = { | ||||
|         M("--jit-warnings",      "", "Enable printing JIT warnings"), | ||||
|         M("--jit-debug",         "", "Enable JIT debugging (very slow), or add cflags if specified"), | ||||
|         M("--jit-wait",          "", "Wait until JIT compilation is finished every time (for testing)"), | ||||
|         M("--jit-wait",          "", "Wait until JIT compilation is finished everytime (for testing)"), | ||||
|         M("--jit-save-temps",    "", "Save JIT temporary files in $TMP or /tmp (for testing)"), | ||||
|         M("--jit-verbose=num",   "", "Print JIT logs of level num or less to stderr (default: 0)"), | ||||
|         M("--jit-max-cache=num", "", "Max number of methods to be JIT-ed in a cache (default: 100)"), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yusuke Endoh
						Yusuke Endoh