Skip to content

Commit

Permalink
Remove duplicated words (#62)
Browse files Browse the repository at this point in the history
The word "must" was duplicated in the header file. Remove it.
  • Loading branch information
steven1lung committed Feb 15, 2022
1 parent 9e17a2f commit e5c0c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions list.h
Expand Up @@ -371,7 +371,7 @@ static inline void list_move_tail(struct list_head *node,
* @node: list_head pointer used as iterator
* @head: pointer to the head of the list
*
* The nodes and the head of the list must must be kept unmodified while
* The nodes and the head of the list must be kept unmodified while
* iterating through it. Any modifications to the the list will cause undefined
* behavior.
*/
Expand All @@ -384,7 +384,7 @@ static inline void list_move_tail(struct list_head *node,
* @head: pointer to the head of the list
* @member: name of the list_head member variable in struct type of @entry
*
* The nodes and the head of the list must must be kept unmodified while
* The nodes and the head of the list must be kept unmodified while
* iterating through it. Any modifications to the the list will cause undefined
* behavior.
*
Expand Down
2 changes: 1 addition & 1 deletion scripts/checksums
@@ -1,2 +1,2 @@
dba62ae6590328e0f22912593ed6c1e3264ec901 queue.h
0ab0e0224f33940770e9e6297da833073004aebf list.h
5c021af1a6d78c9098f6432cb0eb6422db4482e1 list.h

0 comments on commit e5c0c43

Please sign in to comment.