Change instances of wether in comments to whether. No functional change intended.

This commit is contained in:
John Scipione
2011-12-12 14:41:49 -05:00
parent 157046ce4b
commit 0e35d5d2e5
31 changed files with 38 additions and 37 deletions
+2 -2
View File
@@ -198,8 +198,8 @@ thread_is_interrupted(Thread* thread, uint32 flags)
}
/*! Checks wether the given thread is currently blocked (i.e. still waiting for
something).
/*! Checks whether the given thread is currently blocked (i.e. still waiting
for something).
If a stable answer is required, the caller must hold the scheduler lock.
Alternatively, if waiting is not interruptible and cannot time out, holding