summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-05-16 00:34:27 +0200
committerRichard Braun <rbraun@sceen.net>2013-05-16 00:34:27 +0200
commit6ffe9ef3191996a7b6491fceea2feab45e4305ce (patch)
treec45061cf80fc360710d415776b10708e639329e0
parentb7b82ee44ed8c4c2b0097a9f9fa22b0f017ad50a (diff)
kern/llsync: minor comment fix
-rw-r--r--kern/llsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/llsync.h b/kern/llsync.h
index 32987a03..273346fb 100644
--- a/kern/llsync.h
+++ b/kern/llsync.h
@@ -32,7 +32,7 @@ struct llsync_work;
/*
* Type for work functions.
*
- * Works are guaranteed to process in thread context and can block, but
+ * Works are guaranteed to be processed in thread context and can block, but
* must not sleep for long durations.
*/
typedef void (*llsync_fn_t)(struct llsync_work *);