diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
| commit | 6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch) | |
| tree | d5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/gnu | |
| parent | 09b5920411b857421036b7143f6cf39b5e264961 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/inode.h | 4 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/inode.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h index 7ff725b335cf..30d5f1baba19 100644 --- a/sys/gnu/ext2fs/inode.h +++ b/sys/gnu/ext2fs/inode.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)inode.h 8.4 (Berkeley) 1/21/94 - * $Id: inode.h,v 1.6 1995/05/30 08:15:30 rgrimes Exp $ + * $Id: inode.h,v 1.7 1995/11/05 23:35:56 dyson Exp $ */ #ifndef _UFS_UFS_INODE_H_ @@ -58,7 +58,7 @@ * information. The first part is the information that is needed * only while the file is active (such as the identity of the file * and linkage to speed its lookup). The second part is the - * permannent meta-data associated with the file which is read + * permanent meta-data associated with the file which is read * in from the permanent dinode from long term storage when the * file becomes active, and is put back when the file is no longer * being used. diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h index 7ff725b335cf..30d5f1baba19 100644 --- a/sys/gnu/fs/ext2fs/inode.h +++ b/sys/gnu/fs/ext2fs/inode.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)inode.h 8.4 (Berkeley) 1/21/94 - * $Id: inode.h,v 1.6 1995/05/30 08:15:30 rgrimes Exp $ + * $Id: inode.h,v 1.7 1995/11/05 23:35:56 dyson Exp $ */ #ifndef _UFS_UFS_INODE_H_ @@ -58,7 +58,7 @@ * information. The first part is the information that is needed * only while the file is active (such as the identity of the file * and linkage to speed its lookup). The second part is the - * permannent meta-data associated with the file which is read + * permanent meta-data associated with the file which is read * in from the permanent dinode from long term storage when the * file becomes active, and is put back when the file is no longer * being used. |
