Two r's and only two r's in the word interrupt

This commit is contained in:
Gregory Nutt 2015-04-23 14:04:43 -06:00
parent f6154513ce
commit 3b3d644b99

View File

@ -192,7 +192,7 @@ static inline void hog_cpu(void)
{
#ifdef CONFIG_ARCH_SIM
/* The simulator doesn't have any mechanism to do asynchronous pre-emption
* (basically because it doesn't have any interupts/asynchronous events).
* (basically because it doesn't have any interrupts/asynchronous events).
* The simulator does "fake" a timer interrupt in up_idle() -- the idle
* thread that only executes when nothing else is running. In the simulator,
* we cannot suspend the middle priority task, or we wouldn't have the