Skip to content

Commit

Permalink
Trivial: fix a typo in slow-work.h
Browse files Browse the repository at this point in the history
Fix a comment typo in slow-work.h

...a trivial mistake, but it will mess up kerneldoc if nothing else.

Signed-off-by: Jonathan Corbet <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jonathan Corbet authored and torvalds committed Apr 22, 2009
1 parent 5028eaa commit 5dd559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/slow-work.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static inline void slow_work_init(struct slow_work *work,
}

/**
* slow_work_init - Initialise a very slow work item
* vslow_work_init - Initialise a very slow work item
* @work: The work item to initialise
* @ops: The operations to use to handle the slow work item
*
Expand Down

0 comments on commit 5dd559f

Please sign in to comment.