From: nikita Date: Wed, 23 Aug 2006 16:47:53 +0000 (+0000) Subject: fix a typo X-Git-Tag: v1_8_0_110~486^2~1112 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=326aefac579af5ccd095f9ed83ba91a0c508e15f;p=fs%2Flustre-release.git fix a typo --- diff --git a/lustre/include/lustre_fid.h b/lustre/include/lustre_fid.h index 527e2b4..8fdc7a9 100644 --- a/lustre/include/lustre_fid.h +++ b/lustre/include/lustre_fid.h @@ -46,11 +46,11 @@ enum { * sequences). */ LUSTRE_SEQ_META_WIDTH = 0x00000000000002800ULL, - /* this is how many sequneces (10240 * 10240) may be in one + /* this is how many sequences (10240 * 10240) may be in one * super-sequence allocated to MDTs. */ LUSTRE_SEQ_SUPER_WIDTH = (LUSTRE_SEQ_META_WIDTH * LUSTRE_SEQ_META_WIDTH) }; - + enum lu_mgr_type { LUSTRE_SEQ_SERVER, LUSTRE_SEQ_CONTROLLER