From 326aefac579af5ccd095f9ed83ba91a0c508e15f Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 23 Aug 2006 16:47:53 +0000 Subject: [PATCH] fix a typo --- lustre/include/lustre_fid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1