diff options
Diffstat (limited to 'util-linux/volume_id/f2fs.c')
-rw-r--r-- | util-linux/volume_id/f2fs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util-linux/volume_id/f2fs.c b/util-linux/volume_id/f2fs.c index 1d3bdae36..3027f178e 100644 --- a/util-linux/volume_id/f2fs.c +++ b/util-linux/volume_id/f2fs.c @@ -13,10 +13,10 @@ //config: default y //config: depends on VOLUMEID //config: help -//config: F2FS (aka Flash-Friendly File System) is a log-structured file system, -//config: which is adapted to newer forms of storage. F2FS also remedies some -//config: known issues of the older log structured file systems, such as high -//config: cleaning overhead. +//config: F2FS (aka Flash-Friendly File System) is a log-structured file system, +//config: which is adapted to newer forms of storage. F2FS also remedies some +//config: known issues of the older log structured file systems, such as high +//config: cleaning overhead. #include "volume_id_internal.h" |