Whamcloud - gitweb
fix grammar
authornikita <nikita>
Fri, 5 May 2006 15:56:59 +0000 (15:56 +0000)
committernikita <nikita>
Fri, 5 May 2006 15:56:59 +0000 (15:56 +0000)
lustre/include/linux/lu_object.h

index c2f1773..97f12fe 100644 (file)
@@ -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 matching call to ->lct_init().
          */
         void   (*lct_fini)(struct lu_context *ctx, void *data);
         /*