1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

MF22: correct comments.

This commit is contained in:
Jordan K. Hubbard 1998-02-22 01:17:51 +00:00
parent 532b4c138f
commit 2a44bbdd5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33733

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)mount.h 8.21 (Berkeley) 5/20/95 * @(#)mount.h 8.21 (Berkeley) 5/20/95
* $Id: mount.h,v 1.54 1998/02/05 17:27:42 dyson Exp $ * $Id: mount.h,v 1.55 1998/02/21 19:23:04 jkh Exp $
*/ */
#ifndef _SYS_MOUNT_H_ #ifndef _SYS_MOUNT_H_
@ -130,8 +130,8 @@ struct statfs {
"devfs", /* 16 MOUNT_DEVFS */ \ "devfs", /* 16 MOUNT_DEVFS */ \
"ext2fs", /* 17 MOUNT_EXT2FS */ \ "ext2fs", /* 17 MOUNT_EXT2FS */ \
"tfs", /* 18 MOUNT_TFS */ \ "tfs", /* 18 MOUNT_TFS */ \
"cfs", /* 19 MOUNT_TFS */ \ "cfs", /* 19 MOUNT_CFS */ \
0, /* 19 MOUNT_SPARE */ \ 0, /* 20 MOUNT_SPARE */ \
} }
/* /*