From: yury Date: Mon, 14 Aug 2006 14:25:48 +0000 (+0000) Subject: - fixed typo in comment. X-Git-Tag: v1_8_0_110~486^2~1185 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8ffac2b31a697467ba54b9aaf0938155a863135b;p=fs%2Flustre-release.git - fixed typo in comment. --- 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,