From: Namhyung Kim Date: Tue, 11 Jan 2011 12:15:03 +0000 (+0900) Subject: dio: fix typos in comments X-Git-Tag: upstream/snapshot3+hdmi~11175^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0940cee222790e6e995a23f25c4ffb23f939a24;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git dio: fix typos in comments Signed-off-by: Namhyung Kim Cc: Jiri Kosina Signed-off-by: Jiri Kosina --- diff --git a/fs/direct-io.c b/fs/direct-io.c index 85882f6..8201c255 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -641,11 +641,11 @@ static int dio_send_cur_page(struct dio *dio) /* * See whether this new request is contiguous with the old. * - * Btrfs cannot handl having logically non-contiguous requests - * submitted. For exmple if you have + * Btrfs cannot handle having logically non-contiguous requests + * submitted. For example if you have * * Logical: [0-4095][HOLE][8192-12287] - * Phyiscal: [0-4095] [4096-8181] + * Physical: [0-4095] [4096-8191] * * We cannot submit those pages together as one BIO. So if our * current logical offset in the file does not equal what would