From 3b3d644b995303ca0d7eeeeb9c73d072b1345b99 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 23 Apr 2015 14:04:43 -0600 Subject: [PATCH] Two r's and only two r's in the word interrupt --- examples/ostest/prioinherit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ostest/prioinherit.c b/examples/ostest/prioinherit.c index 5d0c9b763..70ad430ba 100644 --- a/examples/ostest/prioinherit.c +++ b/examples/ostest/prioinherit.c @@ -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