Whamcloud - gitweb
- fixed typo in comment.
authoryury <yury>
Mon, 14 Aug 2006 14:25:48 +0000 (14:25 +0000)
committeryury <yury>
Mon, 14 Aug 2006 14:25:48 +0000 (14:25 +0000)
lustre/fld/fld_request.c

index d5ffcc3..3fb89e7 100644 (file)
@@ -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,