diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2018-05-14 11:18:18 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-06-07 16:53:15 +0300 |
commit | 28e5dfd84239f1ce332a39cb1055d5debf611303 (patch) | |
tree | 96915df508147d1c595c564f3269a323e2d60b86 /fs/ubifs/gc.c | |
parent | 71d561f0264126a6a6fc5e209cf159ce2d355846 (diff) | |
download | linux-28e5dfd84239f1ce332a39cb1055d5debf611303.tar.xz |
ubifs: gc: Fix typo
"point of view" makes more sense than "point of few". Fix this.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/gc.c')
-rw-r--r-- | fs/ubifs/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c index 7b35e3d6cde7..a03a47cf880d 100644 --- a/fs/ubifs/gc.c +++ b/fs/ubifs/gc.c @@ -49,7 +49,7 @@ * maximum size. So dark watermark is the amount of free + dirty space in LEB * which are guaranteed to be reclaimable. If LEB has less space, the GC might * be unable to reclaim it. So, LEBs with free + dirty greater than dark - * watermark are "good" LEBs from GC's point of few. The other LEBs are not so + * watermark are "good" LEBs from GC's point of view. The other LEBs are not so * good, and GC takes extra care when moving them. */ |