Commit bda2dabe authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] typos only

No code changes; still builds OK.
parent 967e03ff
/*
* 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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment