diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
| commit | dc733423474fd7365890fcf290b2e017d9907635 (patch) | |
| tree | f04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/gnu | |
| parent | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/COPYRIGHT.INFO | 2 | ||||
| -rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 2 | ||||
| -rw-r--r-- | sys/gnu/ext2fs/ext2_vnops.c | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/COPYRIGHT.INFO | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_alloc.c | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_vnops.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/gnu/ext2fs/COPYRIGHT.INFO b/sys/gnu/ext2fs/COPYRIGHT.INFO index bbb021451bee3..14b2ff96b6d87 100644 --- a/sys/gnu/ext2fs/COPYRIGHT.INFO +++ b/sys/gnu/ext2fs/COPYRIGHT.INFO @@ -3,7 +3,7 @@ by him using the CSRG sources. Those files are covered by the Berkeley-style copyright. However the following files are covered by GPL. Since the policy of the FreeBSD project is to keep the files with the more restrictive copyright in the gnu tree and it is a good idea to keep the filesystem code -all together, the EXT2FS in it's entirety resides under the gnu tree. Note +all together, the EXT2FS in its entirety resides under the gnu tree. Note that only the files below are under the GPL. In the eventuality that these files are redesigned or rewritten, this tree can be moved back into the less restrictive FreeBSD tree. diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index cfd4ac93927fa..5ac3ba9bd3d50 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -474,7 +474,7 @@ ext2_blkpref(ip, lbn, indx, bap, blocknr) return bap[tmp]; /* else let's fall back to the blocknr, or, if there is none, - follow the rule that a block should be allocated near it's inode + follow the rule that a block should be allocated near its inode */ return blocknr ? blocknr : (daddr_t)(ip->i_block_group * diff --git a/sys/gnu/ext2fs/ext2_vnops.c b/sys/gnu/ext2fs/ext2_vnops.c index 61a0a5a0719d4..f533012c24044 100644 --- a/sys/gnu/ext2fs/ext2_vnops.c +++ b/sys/gnu/ext2fs/ext2_vnops.c @@ -938,7 +938,7 @@ ext2_mkdir(ap) ip->i_flag |= IN_CHANGE; } - /* Directory set up, now install it's entry in the parent directory. */ + /* Directory set up, now install its entry in the parent directory. */ error = ext2_direnter(ip, dvp, cnp); if (error) { dp->i_nlink--; diff --git a/sys/gnu/fs/ext2fs/COPYRIGHT.INFO b/sys/gnu/fs/ext2fs/COPYRIGHT.INFO index bbb021451bee3..14b2ff96b6d87 100644 --- a/sys/gnu/fs/ext2fs/COPYRIGHT.INFO +++ b/sys/gnu/fs/ext2fs/COPYRIGHT.INFO @@ -3,7 +3,7 @@ by him using the CSRG sources. Those files are covered by the Berkeley-style copyright. However the following files are covered by GPL. Since the policy of the FreeBSD project is to keep the files with the more restrictive copyright in the gnu tree and it is a good idea to keep the filesystem code -all together, the EXT2FS in it's entirety resides under the gnu tree. Note +all together, the EXT2FS in its entirety resides under the gnu tree. Note that only the files below are under the GPL. In the eventuality that these files are redesigned or rewritten, this tree can be moved back into the less restrictive FreeBSD tree. diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c index cfd4ac93927fa..5ac3ba9bd3d50 100644 --- a/sys/gnu/fs/ext2fs/ext2_alloc.c +++ b/sys/gnu/fs/ext2fs/ext2_alloc.c @@ -474,7 +474,7 @@ ext2_blkpref(ip, lbn, indx, bap, blocknr) return bap[tmp]; /* else let's fall back to the blocknr, or, if there is none, - follow the rule that a block should be allocated near it's inode + follow the rule that a block should be allocated near its inode */ return blocknr ? blocknr : (daddr_t)(ip->i_block_group * diff --git a/sys/gnu/fs/ext2fs/ext2_vnops.c b/sys/gnu/fs/ext2fs/ext2_vnops.c index 61a0a5a0719d4..f533012c24044 100644 --- a/sys/gnu/fs/ext2fs/ext2_vnops.c +++ b/sys/gnu/fs/ext2fs/ext2_vnops.c @@ -938,7 +938,7 @@ ext2_mkdir(ap) ip->i_flag |= IN_CHANGE; } - /* Directory set up, now install it's entry in the parent directory. */ + /* Directory set up, now install its entry in the parent directory. */ error = ext2_direnter(ip, dvp, cnp); if (error) { dp->i_nlink--; |
