linux-user: Fix typo in comment
Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
		
							parent
							
								
									cbc8d595ef
								
							
						
					
					
						commit
						d2d6b8576c
					
				@ -8236,7 +8236,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
 | 
				
			|||||||
#ifdef TARGET_NR_madvise
 | 
					#ifdef TARGET_NR_madvise
 | 
				
			||||||
    case TARGET_NR_madvise:
 | 
					    case TARGET_NR_madvise:
 | 
				
			||||||
        /* A straight passthrough may not be safe because qemu sometimes
 | 
					        /* A straight passthrough may not be safe because qemu sometimes
 | 
				
			||||||
           turns private flie-backed mappings into anonymous mappings.
 | 
					           turns private file-backed mappings into anonymous mappings.
 | 
				
			||||||
           This will break MADV_DONTNEED.
 | 
					           This will break MADV_DONTNEED.
 | 
				
			||||||
           This is a hint, so ignoring and returning success is ok.  */
 | 
					           This is a hint, so ignoring and returning success is ok.  */
 | 
				
			||||||
        ret = get_errno(0);
 | 
					        ret = get_errno(0);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user