Messages in this thread Patch in this message |  | | | Date | Fri, 21 Mar 2003 19:51:17 GMT | | From | Alan Cox <> | | Subject | PATCH: typo fix for expfs |
| |
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/fs/exportfs/expfs.c linux-2.5.65-ac2/fs/exportfs/expfs.c --- linux-2.5.65/fs/exportfs/expfs.c 2003-03-18 16:46:51.000000000 +0000 +++ linux-2.5.65-ac2/fs/exportfs/expfs.c 2003-03-20 18:47:27.000000000 +0000 @@ -447,7 +447,7 @@ * @dentry: the dentry to encode * @fh: where to store the file handle fragment * @max_len: maximum length to store there - * @connectable: whether to store parent infomation + * @connectable: whether to store parent information * * This default encode_fh function assumes that the 32 inode number * is suitable for locating an inode, and that the generation number - 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/
|  |