Unverified Commit cd95e366 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Christian Brauner
Browse files

fs/read_write: Fix spelling typo

parent 19272b37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ EXPORT_SYMBOL(generic_llseek_cookie);
 * @offset:	file offset to seek to
 * @whence:	type of seek
 *
 * This is a generic implemenation of ->llseek useable for all normal local
 * This is a generic implementation of ->llseek useable for all normal local
 * filesystems.  It just updates the file offset to the value specified by
 * @offset and @whence.
 */