diff options
Diffstat (limited to 'lib/workqueue.c')
-rw-r--r-- | lib/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/workqueue.c b/lib/workqueue.c index 6fad237e1..a45a6fc09 100644 --- a/lib/workqueue.c +++ b/lib/workqueue.c @@ -31,7 +31,7 @@ /* master list of work_queues */ static struct list _work_queues; -/* pointer primarly to avid an otherwise harmless warning on +/* pointer primarily to avoid an otherwise harmless warning on * ALL_LIST_ELEMENTS_RO */ static struct list *work_queues = &_work_queues; |