From: nikita Date: Fri, 5 May 2006 15:56:59 +0000 (+0000) Subject: fix grammar X-Git-Tag: v1_8_0_110~486^2~1877 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9b00f80c8201e77e3ffbed80216e135476959cff;p=fs%2Flustre-release.git fix grammar --- 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); /*