mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	shm: fix error in comment
This commit is contained in:
		
							parent
							
								
									083d8da432
								
							
						
					
					
						commit
						4d7dfa0867
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -372,7 +372,7 @@ wl_shm_buffer_get_stride(struct wl_shm_buffer *buffer)
 | 
				
			||||||
 * Returns a pointer which can be used to read the data contained in
 | 
					 * Returns a pointer which can be used to read the data contained in
 | 
				
			||||||
 * the given SHM buffer.
 | 
					 * the given SHM buffer.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * As this buffer is memory-mapped, reading it from may generate
 | 
					 * As this buffer is memory-mapped, reading from it may generate
 | 
				
			||||||
 * SIGBUS signals. This can happen if the client claims that the
 | 
					 * SIGBUS signals. This can happen if the client claims that the
 | 
				
			||||||
 * buffer is larger than it is or if something truncates the
 | 
					 * buffer is larger than it is or if something truncates the
 | 
				
			||||||
 * underlying file. To prevent this signal from causing the compositor
 | 
					 * underlying file. To prevent this signal from causing the compositor
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue