fix 'kfree' comment in kalloc.c
'kfree' has a parameter named 'pa' but referenced in the comment as 'v'.
This commit is contained in:
		
							parent
							
								
									f33f0d8622
								
							
						
					
					
						commit
						96da76a728
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -39,7 +39,7 @@ freerange(void *pa_start, void *pa_end) | |||
|     kfree(p); | ||||
| } | ||||
| 
 | ||||
| // Free the page of physical memory pointed at by v,
 | ||||
| // Free the page of physical memory pointed at by pa,
 | ||||
| // which normally should have been returned by a
 | ||||
| // call to kalloc().  (The exception is when
 | ||||
| // initializing the allocator; see kinit above.)
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue