From 39a6da34a184311a304eaad5fae2123f4b0a60e6 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 23 Dec 2008 05:59:54 +0000 Subject: [PATCH] fix typo and grammar in a comment. --- lustre/llite/vvp_page.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/llite/vvp_page.c b/lustre/llite/vvp_page.c index 3d9ed9c..d199ad6 100644 --- a/lustre/llite/vvp_page.c +++ b/lustre/llite/vvp_page.c @@ -321,8 +321,8 @@ static void vvp_page_completion_write(const struct lu_env *env, /** * Implements cl_page_operations::cpo_make_ready() method. * - * This is called to yank page from the transfer page and to send it out as a - * part of transfer. This function try-locks the page. If try-lock failed, + * This is called to yank a page from the transfer cache and to send it out as + * a part of transfer. This function try-locks the page. If try-lock failed, * page is owned by some concurrent IO, and should be skipped (this is bad, * but hopefully rare situation, as it usually results in transfer being * shorter than possible). -- 1.8.3.1