From 0446f680564b171a349e4efaf9f4834d938ae040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=A7al=20Comajoan=20Cara?= Date: Mon, 3 Dec 2018 21:37:32 +0100 Subject: Spelling and grammar fixes in source code comments (GCI 2018) --- cpukit/libfs/src/dosfs/msdos_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libfs/src/dosfs/msdos_format.c') diff --git a/cpukit/libfs/src/dosfs/msdos_format.c b/cpukit/libfs/src/dosfs/msdos_format.c index 2643e16bd0..42f1d74575 100644 --- a/cpukit/libfs/src/dosfs/msdos_format.c +++ b/cpukit/libfs/src/dosfs/msdos_format.c @@ -574,7 +574,7 @@ static int msdos_format_determine_fmt_params fmt_params->sectors_per_cluster = 1; /* * limiting values for disk size, fat type, sectors per cluster - * NOTE: maximum sect_per_clust is arbitrarily choosen with values that + * NOTE: maximum sect_per_clust is arbitrarily chosen with values that * are a compromise concerning capacity and efficency */ uint32_t fat12_sect_per_clust = 8; -- cgit v1.2.3