From 4fa24ad0f2be35e63122c1da4ba6fbbee7cade3f Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 20 Jan 2009 20:03:28 +0000 Subject: [PATCH] fix a typo --- lustre/utils/liblustreapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c index 3927ca6..e0d8e1d 100644 --- a/lustre/utils/liblustreapi.c +++ b/lustre/utils/liblustreapi.c @@ -1525,8 +1525,8 @@ static int cb_find_init(char *path, DIR *parent, DIR *dir, } obd_matches: - /* If file still fits the request, ask osd for updated info. - The regulat stat is almost of the same speed as some new + /* If file still fits the request, ask ost for updated info. + The regular stat is almost of the same speed as some new 'glimpse-size-ioctl'. */ if (!decision && S_ISREG(st->st_mode) && (param->lmd->lmd_lmm.lmm_stripe_count || param->size)) { -- 1.8.3.1