patch-2.1.107 linux/fs/minix/inode.c

Next file: linux/fs/minix/truncate.c
Previous file: linux/fs/minix/file.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/fs/minix/inode.c linux/fs/minix/inode.c
@@ -122,7 +122,7 @@
 
 /*
  * Check the root directory of the filesystem to make sure
- * it really _is_ a minix filesystem, and to check the size
+ * it really _is_ a Minix filesystem, and to check the size
  * of the directory entry.
  */
 static const char * minix_checkroot(struct super_block *s, struct inode *dir)
@@ -311,7 +311,7 @@
 
 out_no_fs:
 	if (!silent)
-		printk("VFS: Can't find a minix or minix V2 filesystem on dev "
+		printk("VFS: Can't find a Minix or Minix V2 filesystem on device "
 		       "%s.\n", kdevname(dev));
     out_release:
 	brelse(bh);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov