Skip to content

Commit fcf4419

Browse files
rddunlaprichardweinberger
authored andcommitted
ubifs: misc.h: delete a duplicated word
Drop the repeated word "as" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Cc: Richard Weinberger <[email protected]> Cc: [email protected] Signed-off-by: Richard Weinberger <[email protected]>
1 parent a7a8f4a commit fcf4419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ubifs/misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ static inline const char *ubifs_compr_name(struct ubifs_info *c, int compr_type)
121121
* ubifs_wbuf_sync - synchronize write-buffer.
122122
* @wbuf: write-buffer to synchronize
123123
*
124-
* This is the same as as 'ubifs_wbuf_sync_nolock()' but it does not assume
124+
* This is the same as 'ubifs_wbuf_sync_nolock()' but it does not assume
125125
* that the write-buffer is already locked.
126126
*/
127127
static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf)

0 commit comments

Comments
 (0)