diff options
Diffstat (limited to 'fs/isofs/file.c')
-rw-r--r-- | fs/isofs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/isofs/file.c b/fs/isofs/file.c index d14a558a0..0f230e0d2 100644 --- a/fs/isofs/file.c +++ b/fs/isofs/file.c @@ -1,7 +1,7 @@ /* * linux/fs/isofs/file.c * - * (C) 1992, 1993, 1994 Eric Youngdale Modified for ISO9660 filesystem. + * (C) 1992, 1993, 1994 Eric Youngdale Modified for ISO 9660 filesystem. * * (C) 1991 Linus Torvalds - minix filesystem * @@ -19,7 +19,7 @@ #include <linux/iso_fs.h> /* - * We have mostly NULL's here: the current defaults are ok for + * We have mostly NULLs here: the current defaults are OK for * the isofs filesystem. */ static struct file_operations isofs_file_operations = { |