From 8ffac2b31a697467ba54b9aaf0938155a863135b Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 14 Aug 2006 14:25:48 +0000 Subject: [PATCH] - fixed typo in comment. --- lustre/fld/fld_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/fld/fld_request.c b/lustre/fld/fld_request.c index d5ffcc3..3fb89e7 100644 --- a/lustre/fld/fld_request.c +++ b/lustre/fld/fld_request.c @@ -257,7 +257,7 @@ static inline int hash_is_sane(int hash) /* 1M of FLD cache will not hurt client a lot */ #define FLD_CACHE_SIZE 1024000 -/* cache threshold is 10 persent of size */ +/* cache threshold is 10 percent of size */ #define FLD_CACHE_THRESHOLD 10 int fld_client_init(struct lu_client_fld *fld, -- 1.8.3.1