Skip to content

Commit 28e5dfd

Browse files
saschahauerrichardweinberger
authored andcommitted
ubifs: gc: Fix typo
"point of view" makes more sense than "point of few". Fix this. Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 71d561f commit 28e5dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ubifs/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* maximum size. So dark watermark is the amount of free + dirty space in LEB
5050
* which are guaranteed to be reclaimable. If LEB has less space, the GC might
5151
* be unable to reclaim it. So, LEBs with free + dirty greater than dark
52-
* watermark are "good" LEBs from GC's point of few. The other LEBs are not so
52+
* watermark are "good" LEBs from GC's point of view. The other LEBs are not so
5353
* good, and GC takes extra care when moving them.
5454
*/
5555

0 commit comments

Comments
 (0)