OSDN Git Service

ubifs: gc: Fix typo
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 14 May 2018 08:18:18 +0000 (10:18 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 7 Jun 2018 13:53:15 +0000 (15:53 +0200)
"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>
fs/ubifs/gc.c

index 7b35e3d..a03a47c 100644 (file)
@@ -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.
  */