summaryrefslogtreecommitdiffstats
path: root/fs/fdos/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fdos/dev.c')
-rw-r--r--fs/fdos/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fdos/dev.c b/fs/fdos/dev.c
index f38d07dbd8..809156ab0e 100644
--- a/fs/fdos/dev.c
+++ b/fs/fdos/dev.c
@@ -149,7 +149,7 @@ int check_dev (BootSector_t *boot, Fs_t *fs)
__le16_to_cpu (boot -> TimeF));
- /* informations are extracted from boot sector */
+ /* information is extracted from boot sector */
heads = __le16_to_cpu (boot -> nheads);
sectors = __le16_to_cpu (boot -> nsect);
fs -> tot_sectors = __le32_to_cpu (boot -> bigsect);
OpenPOWER on IntegriCloud