From d22163cb8fb913c49d492057582ff7678ee276b7 Mon Sep 17 00:00:00 2001 From: eeb Date: Fri, 9 Oct 2009 12:24:19 +0000 Subject: [PATCH] * Fixed comment describing how cl_lock_operations::clo_modify() is called --- lustre/include/cl_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/cl_object.h b/lustre/include/cl_object.h index c7e8ed6..9fd2d88 100644 --- a/lustre/include/cl_object.h +++ b/lustre/include/cl_object.h @@ -1732,7 +1732,7 @@ struct cl_lock_operations { const struct cl_lock_slice *slice, struct cl_lock_closure *closure); /** - * Executed top-to-bottom when lock description changes (e.g., as a + * Executed bottom-to-top when lock description changes (e.g., as a * result of server granting more generous lock than was requested). * * \see lovsub_lock_modify() -- 1.8.3.1