Whamcloud - gitweb
fix a typo
authornikita <nikita>
Wed, 23 Aug 2006 16:47:53 +0000 (16:47 +0000)
committernikita <nikita>
Wed, 23 Aug 2006 16:47:53 +0000 (16:47 +0000)
lustre/include/lustre_fid.h

index 527e2b4..8fdc7a9 100644 (file)
@@ -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