summaryrefslogtreecommitdiff
path: root/kern/sref.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/sref.h
parentf53f22632e1ef6c6b35ed333db581248cc6b54a8 (diff)
Replace "awaken" with "awoken"
See https://www.merriam-webster.com/words-at-play/usage-awaken-awoken-awakened.
Diffstat (limited to 'kern/sref.h')
-rw-r--r--kern/sref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sref.h b/kern/sref.h
index e224d167..93de1c35 100644
--- a/kern/sref.h
+++ b/kern/sref.h
@@ -61,7 +61,7 @@ typedef void (*sref_noref_fn_t)(struct sref_counter *);
* impossible to obtain or release references while idling.
*
* Unregistration can fail if internal data still require processing, in
- * which case a maintenance thread is awaken and EBUSY is returned.
+ * which case a maintenance thread is awoken and EBUSY is returned.
*
* Preemption must be disabled when calling these functions.
*/