From 9b00f80c8201e77e3ffbed80216e135476959cff Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 5 May 2006 15:56:59 +0000 Subject: [PATCH] fix grammar --- lustre/include/linux/lu_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/lu_object.h b/lustre/include/linux/lu_object.h index c2f17735..97f12fe 100644 --- a/lustre/include/linux/lu_object.h +++ b/lustre/include/linux/lu_object.h @@ -706,7 +706,7 @@ struct lu_context_key { /* * Value destructor. Called when context with previously allocated * value of this slot is destroyed. @data is a value that was returned - * by matching call to ->lct_init(). + * by a matching call to ->lct_init(). */ void (*lct_fini)(struct lu_context *ctx, void *data); /* -- 1.8.3.1