]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] typos only
authorRandy Dunlap <randy.dunlap@verizon.net>
Sat, 15 Mar 2003 09:19:40 +0000 (01:19 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 15 Mar 2003 09:19:40 +0000 (01:19 -0800)
No code changes; still builds OK.

fs/seq_file.c

index 7d2b18a7bfe4bcf6fca345f051fecf996051a87e..ba4d28168e01f2f2614f8a4b0b73a7fd96509aea 100644 (file)
@@ -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 @@ loff_t seq_lseek(struct file *file, loff_t offset, int origin)
                                while ((retval=traverse(m, offset)) == -EAGAIN)
                                        ;
                                if (retval) {
-                                       /* with extreme perjudice... */
+                                       /* with extreme prejudice... */
                                        file->f_pos = 0;
                                        m->index = 0;
                                        m->count = 0;