From: Sascha Hauer Date: Mon, 14 May 2018 08:18:18 +0000 (+0200) Subject: ubifs: gc: Fix typo X-Git-Tag: v4.18-rc1~65^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=28e5dfd84239f1ce332a39cb1055d5debf611303;p=uclinux-h8%2Flinux.git ubifs: gc: Fix typo "point of view" makes more sense than "point of few". Fix this. Signed-off-by: Sascha Hauer Signed-off-by: Richard Weinberger --- 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. */