summaryrefslogtreecommitdiff
path: root/kern/turnstile.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2019-01-17 01:47:51 +0100
committerRichard Braun <rbraun@sceen.net>2019-01-17 01:47:51 +0100
commitddd03534471b9f092dac144fc05d727970236cf9 (patch)
tree3d70c51ff90af7c068a8ba36642163ad4b47083e /kern/turnstile.h
parentf53f22632e1ef6c6b35ed333db581248cc6b54a8 (diff)
Replace "awaken" with "awoken"
See https://www.merriam-webster.com/words-at-play/usage-awaken-awoken-awakened.
Diffstat (limited to 'kern/turnstile.h')
-rw-r--r--kern/turnstile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/turnstile.h b/kern/turnstile.h
index 929bdd50..3ff90a45 100644
--- a/kern/turnstile.h
+++ b/kern/turnstile.h
@@ -130,7 +130,7 @@ void turnstile_release(struct turnstile *turnstile);
*
* When multiple threads are waiting on the same turnstile, the extra
* turnstiles lent are kept in an internal free list, used when threads
- * are awaken to return a turnstile to them.
+ * are awoken to return a turnstile to them.
*
* Note that the turnstile returned may not be the one lent.
*