mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	doc: timers-howto: fix a typo ("unsgined")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
		
							parent
							
								
									2d9ff66da6
								
							
						
					
					
						commit
						049262940e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -24,7 +24,7 @@ ATOMIC CONTEXT: | |||
| 
 | ||||
| 	ndelay(unsigned long nsecs) | ||||
| 	udelay(unsigned long usecs) | ||||
| 	mdelay(unsgined long msecs) | ||||
| 	mdelay(unsigned long msecs) | ||||
| 
 | ||||
| 	udelay is the generally preferred API; ndelay-level | ||||
| 	precision may not actually exist on many non-PC devices. | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Jonathan Neuschäfer
						Jonathan Neuschäfer