From f3dd75a38d66ed54a0f2660b0a27d177fb33f068 Mon Sep 17 00:00:00 2001 From: mpp Date: Tue, 30 Jan 1996 23:02:38 +0000 Subject: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. --- sys/ufs/ffs/fs.h | 6 +++--- sys/ufs/ufs/inode.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/ufs') diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index 41f204c..5a7ffb0 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fs.h 8.7 (Berkeley) 4/19/94 - * $Id: fs.h,v 1.4 1995/03/10 22:18:16 davidg Exp $ + * $Id: fs.h,v 1.5 1995/05/30 08:15:07 rgrimes Exp $ */ #ifndef _UFS_FFS_FS_H_ @@ -72,7 +72,7 @@ * Addresses stored in inodes are capable of addressing fragments * of `blocks'. File system blocks of at most size MAXBSIZE can * be optionally broken into 2, 4, or 8 pieces, each of which is - * addressible; these pieces may be DEV_BSIZE, or some multiple of + * addressable; these pieces may be DEV_BSIZE, or some multiple of * a DEV_BSIZE unit. * * Large files consist of exclusively large data blocks. To avoid @@ -240,7 +240,7 @@ struct fs { /* actually longer */ }; /* - * Filesystem idetification + * Filesystem identification */ #define FS_MAGIC 0x011954 /* the fast filesystem magic number */ #define FS_OKAY 0x7c269d38 /* superblock checksum */ diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h index 7ff725b..30d5f1b 100644 --- a/sys/ufs/ufs/inode.h +++ b/sys/ufs/ufs/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. -- cgit v1.1