diff options
Diffstat (limited to 'kern/llsync.h')
-rw-r--r-- | kern/llsync.h | 2 |
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 *); |