541
541
 
     */
542
542
 
    UINT64ENCODE(buf, (uint64_t)file->pmem_size);
543
543
 
544
544
 
    FUNC_LEAVE_NOAPI(SUCCEED)
545
545
 
} /* end H5FD_family_sb_encode() */
546
546
 
547
547
 
548
548
 
/*-------------------------------------------------------------------------
549
549
 
 * Function:    H5FD_family_sb_decode
550
550
 
 *
551
 
-
 * Purpose: This function has 2 seperate purpose.  One is to decodes the
 
551
+
 * Purpose: This function has 2 separate purpose.  One is to decodes the
552
552
 
 *              superblock information for this driver. The NAME argument is
553
553
 
 *              the eight-character (plus null termination) name stored in i
554
554
 
 *              the file.  The FILE argument is updated according to the
555
555
 
 *              information in the superblock.
556
556
 
 *
557
557
 
 * Return:  Success:    0
558
558
 
 *
559
559
 
 *      Failure:    -1
560
560
 
 *
561
561
 
 * Programmer:  Raymond Lu