[PATCH] typos only

From: Randy.Dunlap (randy.dunlap@verizon.net)
Date: Sat Mar 15 2003 - 02:45:24 EST


Hi,

Please apply to 2.5.64-current.
No code changes; still builds OK.

Thanks,
~Randy

patch_name: seqfile_typos.patch
patch_version: 2003-03-14.23:25:36
author: Randy.Dunlap <rddunlap@osdl.org>
description: correct typos only;
                (discovered during code review for seq_file_howto)
product: Linux
product_versions: linux-2.5.64
maintainer: viro@math.psu.edu
diffstat: =
 fs/seq_file.c | 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -Naur ./fs/seq_file.c%SEQ ./fs/seq_file.c
--- ./fs/seq_file.c%SEQ Tue Mar 4 19:29:31 2003
+++ ./fs/seq_file.c Fri Mar 14 23:22:12 2003
@@ -1,7 +1,7 @@
 /*
  * linux/fs/seq_file.c
  *
- * helper functions for making syntetic files from sequences of records.
+ * helper functions for making synthetic files from sequences of records.
  * initial implementation -- AV, Oct 2001.
  */
 
@@ -215,7 +215,7 @@
                                 while ((retval=traverse(m, offset)) == -EAGAIN)
                                         ;
                                 if (retval) {
- /* with extreme perjudice... */
+ /* with extreme prejudice... */
                                         file->f_pos = 0;
                                         m->index = 0;
                                         m->count = 0;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Mar 15 2003 - 22:00:42 EST