mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Fixed spelling errors
This commit is contained in:
		
							parent
							
								
									7c747c8c33
								
							
						
					
					
						commit
						be217bca70
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -26,9 +26,9 @@ enum class PageType { | |||
| }; | ||||
| 
 | ||||
| /**
 | ||||
|  * A (reasonably) fast way of allowing switchable and remmapable process address spaces. It loosely | ||||
|  * A (reasonably) fast way of allowing switchable and remappable process address spaces. It loosely | ||||
|  * mimics the way a real CPU page table works, but instead is optimized for minimal decoding and | ||||
|  * fetching requirements when acessing. In the usual case of an access to regular memory, it only | ||||
|  * fetching requirements when accessing. In the usual case of an access to regular memory, it only | ||||
|  * requires an indexed fetch and a check for NULL. | ||||
|  */ | ||||
| struct PageTable { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue